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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鶯宍鴆磁 | 1110100111110010100011101011001111101001111011111000111010100101 | e9f28eb3e9ef8ea5 |
EUC-JP | 鶯宍鴆磁 | 1111001011110100101111001011010111110010111100011011110010100111 | f2f4bcb5f2f1bca7 |
UTF-8 | 鶯宍鴆磁 | 111010011011011010101111111001011010111010001101111010011011010010000110111001111010001110000001 | e9b6afe5ae8de9b486e7a381 |
UHC | 鶯??磁 | 111001011010001100111111001111111110110110111000 | e5a33f3fedb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)