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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 淡叩淡叩B | 100100100101011110010010010000001001001001010111100100100100000001000010 | 925792409257924042 |
EUC-JP | 淡叩淡叩B | 110000111011100011000011101000011100001110111000110000111010000101000010 | c3b8c3a1c3b8c3a142 |
UTF-8 | 淡叩淡叩B | 11100110101101111010000111100101100011111010100111100110101101111010000111100101100011111010100101000010 | e6b7a1e58fa9e6b7a1e58fa942 |
UHC | 淡叩淡叩B | 110100111011111111001101101100001101001110111111110011011011000001000010 | d3bfcdb0d3bfcdb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)