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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 市??\ | 1000111001110011001111110011111101011100 | 8e733f3f5c |
EUC-JP | 市??\ | 1011101111010100001111110011111101011100 | bbd43f3f5c |
UTF-8 | 市땳뒰\ | 11100101101110001000001011101011100101011011001111101011100100101011000001011100 | e5b882eb95b3eb92b05c |
UHC | 市땳뒰\ | 11100011101111001000101110001001100010101010100101011100 | e3bc8b898aa95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)