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 | 誰?\ | 10010010010011100011111101011100 | 924e3f5c |
EUC-JP | 誰?\ | 11000011101011110011111101011100 | c3af3f5c |
UTF-8 | 誰섯\ | 11101000101010101011000011101100100001001010111101011100 | e8aab0ec84af5c |
UHC | 誰섯\ | 1110001011000001101111001011100001011100 | e2c1bcb85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)