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 | 中儡? | 1001001010000110100110010101001100111111 | 928699533f |
EUC-JP | 中儡? | 1100001111100110110100011011010000111111 | c3e6d1b43f |
UTF-8 | 中儡떻 | 111001001011100010101101111001011000010010100001111010111001011010111011 | e4b8ade584a1eb96bb |
UHC | 中儡떻 | 111100011110100111010110111011011011011010111011 | f1e9d6edb6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)