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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 移≪? | 1000100011011010100000011110000100111111 | 88da81e13f |
EUC-JP | 移≪? | 1011000011011100101000101110001100111111 | b0dca2e33f |
UTF-8 | 移≪쉱 | 111001111010011110111011111000101000100110101010111011001000100110110001 | e7a7bbe289aaec89b1 |
UHC | 移≪쉱 | 111011001011100110100001111011001001101010001000 | ecb9a1ec9a88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)