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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 峵ホ昞 | 1111101010101110110011101111101011010011 | faaecefad3 |
EUC-JP | ?ホ昞 | 001111111000111011001110100011111100001010100001 | 3f8ece8fc2a1 |
UTF-8 | 峵ホ昞 | 111001011011001110110101111011111011111010001110111001101001100010011110 | e5b3b5efbe8ee6989e |
UHC | ??昞 | 00111111001111111101110010110101 | 3f3fdcb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)