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 | 111001001011110110001101100011111000111101001110 | e4bd8d8f8f4e |
SJIS-WIN | ?????N | 001111110011111100111111001111110011111101001110 | 3f3f3f3f3f4e |
EUC-JP | ä????N | 1000111110101011101000110011111100111111001111110011111101001110 | 8faba33f3f3f3f4e |
UTF-8 | ä½N | 1100001110100100110000101011110111000010100011011100001010001111110000101000111101001110 | c3a4c2bdc28dc28fc28f4e |
UHC | ?½???N | 00111111101010001111011000111111001111110011111101001110 | 3fa8f63f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)