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 | 蟀∬轄蜃 | 1110010110101001100000011110100010001010100011011110010110000111 | e5a981e88a8de587 |
EUC-JP | 蟀∬轄蜃 | 1110101010101011101000101110101010110011111011011110100111100111 | eaaba2eab3ede9e7 |
UTF-8 | 蟀∬轄蜃 | 111010001001111110000000111000101000100010101100111010001011110110000100111010001001110010000011 | e89f80e288ace8bd84e89c83 |
UHC | ?∬轄蜃 | 00111111101000011111001111111001110111011110001111110001 | 3fa1f3f9dde3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)