To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瑕碵? | 1110000011101010111000011111000100111111 | e0eae1f13f |
EUC-JP | 瑕碵錟 | 11100000111011001110001011110011100011111110010011011101 | e0ece2f38fe4dd |
UTF-8 | 瑕碵錟 | 111001111001000110010101111001111010001010110101111010011000110010011111 | e79195e7a2b5e98c9f |
UHC | 瑕?錟 | 1111100111000010001111111101001111001010 | f9c23fd3ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)