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 | 旭蛟?? | 100010001010111011100101100000000011111100111111 | 88aee5803f3f |
EUC-JP | 旭蛟?? | 101100001011000011101001111000000011111100111111 | b0b0e9e03f3f |
UTF-8 | 旭蛟렑랭 | 111001101001011110101101111010001001101110011111111010111010000010010001111010111001111010101101 | e697ade89b9feba091eb9ead |
UHC | 旭蛟렑랭 | 1110100111101111110011101111000110001110101001101011011110101001 | e9efcef18ea6b7a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)