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 | 11111011010101010011111101001110 | fb553f4e |
EUC-JP | 煜?N | 1000111111001001111111000011111101001110 | 8fc9fc3f4e |
UTF-8 | 煜렎N | 11100111100001011001110011101011101000001000111001001110 | e7859ceba08e4e |
UHC | 煜렎N | 1110100111110010100011101010010001001110 | e9f28ea44e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)