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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬲エ讀瑚カ | 1110100110101101101101001110011010100100100011001110100010110110 | e9adb4e6a48ce8b6 |
EUC-JP | 鬲エ讀瑚カ | 11110010101011111000111010110100111011001010011010111000111010101000111010110110 | f2af8eb4eca6b8ea8eb6 |
UTF-8 | 鬲エ讀瑚カ | 111010011010110010110010111011111011110110110100111010001010111010000000111001111001000110011010111011111011110110110110 | e9acb2efbdb4e8ae80e7919aefbdb6 |
UHC | ??讀瑚? | 00111111001111111101010011000001111110111101000100111111 | 3f3fd4c1fbd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)