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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????嗔? | 00111111001111110011111100111111100110100111000000111111 | 3f3f3f3f9a703f |
EUC-JP | ????嗔? | 00111111001111110011111100111111110100111101000100111111 | 3f3f3f3fd3d13f |
UTF-8 | 롉렏앨렻嗔롉 | 111010111010000110001001111010111010000010001111111011001001010110101000111010111010000010111011111001011001011110010100111010111010000110001001 | eba189eba08fec95a8eba0bbe59794eba189 |
UHC | 롉렏앨렻嗔롉 | 100011101100111110001110101001011011111011011001100011101100001111110010110001111000111011001111 | 8ecf8ea5bed98ec3f2c78ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)