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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 獺珎獺獺 | 1110000011011010111000001101110111100000110110101110000011011010 | e0dae0dde0dae0da |
EUC-JP | 獺珎獺獺 | 1110000011011100111000001101111111100000110111001110000011011100 | e0dce0dfe0dce0dc |
UTF-8 | 獺珎獺獺 | 111001111000110110111010111001111000111110001110111001111000110110111010111001111000110110111010 | e78dbae78f8ee78dbae78dba |
UHC | 獺?獺獺 | 11010011101101110011111111010011101101111101001110110111 | d3b73fd3b7d3b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)