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 | 蝨区梵蝨 | 1110010110011100100010111110011010011110100100001110010110011100 | e59c8be69e90e59c |
EUC-JP | 蝨区梵蝨 | 1110100111111100101101101110100011011011111100001110100111111100 | e9fcb6e8dbf0e9fc |
UTF-8 | 蝨区梵蝨 | 111010001001110110101000111001011000110010111010111001101010001010110101111010001001110110101000 | e89da8e58cbae6a2b5e89da8 |
UHC | 蝨?梵蝨 | 11100011101001000011111111011011111011111110001110100100 | e3a43fdbefe3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)