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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 腺瀧☆h | 10010001010000101001000111101011100000011001100101101000 | 914291eb819968 |
EUC-JP | 腺瀧☆h | 11000001101000111100001011101101101000011111100101101000 | c1a3c2eda1f968 |
UTF-8 | 腺瀧☆h | 11101000100001011011101011100111100000001010011111100010100110001000011001101000 | e885bae780a7e2988668 |
UHC | 腺瀧☆h | 11100000110011011101011011101001101000011101100101101000 | e0cdd6e9a1d968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)