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 | 茫埼蒐覽 | 1110010010101001100011011110100110001111010011101110011001010100 | e4a98de98f4ee654 |
EUC-JP | 茫埼蒐覽 | 1110100010101011101110101110101110111101101011111110101110110101 | e8abbaebbdafebb5 |
UTF-8 | 茫埼蒐覽 | 111010001000110010101011111001011001111110111100111010001001001010010000111010001010011010111101 | e88cabe59fbce89290e8a6bd |
UHC | 茫埼蒐覽 | 1101100011010100110100001111001011100010101111011101010111000010 | d8d4d0f2e2bdd5c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)