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 | 蒻の?Ъ | 11100100111010001000001011001100001111111000010001011011 | e4e882cc3f845b |
EUC-JP | 蒻の?Ъ | 11101000111010101010010011001110001111111010011110111100 | e8eaa4ce3fa7bc |
UTF-8 | 蒻の삳Ъ | 1110100010010010101110111110001110000001101011101110110010000010101100111101000010101010 | e892bbe381aeec82b3d0aa |
UHC | 蒻の삳Ъ | 1110010110110110101010101100111010111011111010111010110010111100 | e5b6aacebbebacbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)