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 | ??????b | 00111111001111110011111100111111001111110011111101100010 | 3f3f3f3f3f3f62 |
SJIS-WIN | 鸚??疫??b | 111010100101111100111111001111111000100101110101001111110011111101100010 | ea5f3f3f89753f3f62 |
EUC-JP | 鸚??疫??b | 111100111100000000111111001111111011000111010110001111110011111101100010 | f3c03f3fb1d63f3f62 |
UTF-8 | 鸚긷쳣疫욜뮵b | 11101001101110001001101011101010101110001011011111101100101100111010001111100111100101101010101111101100100110101001110011101011101011101011010101100010 | e9b89aeab8b7ecb3a3e796abec9a9cebaeb562 |
UHC | 鸚긷쳣疫욜뮵b | 11100101101001001011000111100101101010111000100111100110101110011011111111100111100100101011110101100010 | e5a4b1e5ab89e6b9bfe792bd62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)