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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 皓?\ | 11100001101010010011111101011100 | e1a93f5c |
EUC-JP | 皓?\ | 11100010101010110011111101011100 | e2ab3f5c |
UTF-8 | 皓렰\ | 11100111100110101001001111101011101000001011000001011100 | e79a93eba0b05c |
UHC | 皓렰\ | 1111101111010011100011101011110101011100 | fbd38ebd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)