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 | 沚喇ぁ? | 10011111100011011001101001101000100000101001111100111111 | 9f8d9a68829f3f |
EUC-JP | 沚喇ぁ? | 11011101111011011101001111001001101001001010000100111111 | ddedd3c9a4a13f |
UTF-8 | 沚喇ぁ렕 | 111001101011001010011010111001011001011010000111111000111000000110000001111010111010000010010101 | e6b29ae59687e38181eba095 |
UHC | 沚喇ぁ렕 | 1111001010101111110101001111101010101010101000011000111010101010 | f2afd4faaaa18eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)