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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 要??哀?B | 1001011101110110001111110011111110001000101000110011111101000010 | 97763f3f88a33f42 |
EUC-JP | 要??哀?B | 1100110111010111001111110011111110110000101001010011111101000010 | cdd73f3fb0a53f42 |
UTF-8 | 要ㅷ슢哀뛖B | 11101000101001101000000111100011100001011011011111101100100010101010001011100101100100111000000011101011100110111001011001000010 | e8a681e385b7ec8aa2e59380eb9b9642 |
UHC | 要ㅷ슢哀뛖B | 1110100110101001101001001110011110011010101011101110010011101110100011010101001101000010 | e9a9a4e79aaee4ee8d5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)