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 | 100110001101111110000011100011000011111101000010 | 98df838c3f42 |
EUC-JP | 倚レ?B | 110100001110000110100101111011000011111101000010 | d0e1a5ec3f42 |
UTF-8 | 倚レ뫉B | 11100101100000001001101011100011100000111010110011101011101010111000100101000010 | e5809ae383acebab8942 |
UHC | 倚レ뫉B | 11101011111011111010101111101100100100011010101101000010 | ebefabec91ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)