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 | 001111110011111101001110 | 3f3f4e |
SJIS-WIN | 頸痔N | 1110100011110010100011101010010001001110 | e8f28ea44e |
EUC-JP | 頸痔N | 1111000011110100101111001010011001001110 | f0f4bca64e |
UTF-8 | 頸痔N | 11101001101000001011100011100111100101111001010001001110 | e9a0b8e797944e |
UHC | 頸痔N | 1100110011110010111101101100000001001110 | ccf2f6c04e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)