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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?至??? | 001111111000111010001010001111110011111100111111 | 3f8e8a3f3f3f |
EUC-JP | ?至??? | 001111111011101111101010001111110011111100111111 | 3fbbea3f3f3f |
UTF-8 | 안至렧卨쓰 | 111011001001010110001000111010001000011110110011111010111010000010100111111001011000110110101000111011001001001110110000 | ec9588e887b3eba0a7e58da8ec93b0 |
UHC | 안至렧卨쓰 | 10111110110010001111001010111000100011101011011011100000110110011011111010110010 | bec8f2b88eb6e0d9beb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)