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 | 倚レ? | 1001100011011111100000111000110000111111 | 98df838c3f |
EUC-JP | 倚レ? | 1101000011100001101001011110110000111111 | d0e1a5ec3f |
UTF-8 | 倚レ씋 | 111001011000000010011010111000111000001110101100111011001001010010001011 | e5809ae383acec948b |
UHC | 倚レ씋 | 111010111110111110101011111011001001110110100011 | ebefabec9da3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)