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 | ??n | 001111110011111101101110 | 3f3f6e |
SJIS-WIN | 頸痔n | 1110100011110010100011101010010001101110 | e8f28ea46e |
EUC-JP | 頸痔n | 1111000011110100101111001010011001101110 | f0f4bca66e |
UTF-8 | 頸痔n | 11101001101000001011100011100111100101111001010001101110 | e9a0b8e797946e |
UHC | 頸痔n | 1100110011110010111101101100000001101110 | ccf2f6c06e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)