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 | 中校? | 1001001010000110100011010101101000111111 | 92868d5a3f |
EUC-JP | 中校? | 1100001111100110101110011011101100111111 | c3e6b9bb3f |
UTF-8 | 中校녈 | 111001001011100010101101111001101010000010100001111010111000010110001000 | e4b8ade6a0a1eb8588 |
UHC | 中校녈 | 111100011110100111001110111010001011001111100011 | f1e9cee8b3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)