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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 霍悟 | 11101000101101111000110011100101 | e8b78ce5 |
EUC-JP | 霍悟 | 11110000101110011011100011100111 | f0b9b8e7 |
UTF-8 | 霍悟 | 111010011001110010001101111001101000001010011111 | e99c8de6829f |
UHC | ?悟 | 001111111110011111110110 | 3fe7f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)