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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 艇耕???? | 1001001011111000100011010110101100111111001111110011111100111111 | 92f88d6b3f3f3f3f |
EUC-JP | 艇耕???? | 1100010011111010101110011100110000111111001111110011111100111111 | c4fab9cc3f3f3f3f |
UTF-8 | 艇耕렩띳렰렟 | 111010001000100110000111111010001000000010010101111010111010000010101001111010111001110110110011111010111010000010110000111010111010000010011111 | e88987e88095eba0a9eb9db3eba0b0eba09f |
UHC | 艇耕렩띳렰렟 | 111011111111001111001100111010011000111010110111101101101111000110001110101111011000111010110000 | eff3cce98eb7b6f18ebd8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)