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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 餓?域B | 100010011110110000111111100010001110011001000010 | 89ec3f88e642 |
EUC-JP | 餓?域B | 101100101110111000111111101100001110100001000010 | b2ee3fb0e842 |
UTF-8 | 餓덤域B | 11101001101001001001001111101011100011011010010011100101100111111001111101000010 | e9a493eb8da4e59f9f42 |
UHC | 餓덤域B | 11100100101110111011010011111101111001101011010001000010 | e4bbb4fde6b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)