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èNè^ | 100100010100111011101000100111111001000101001110111010001001111101011110 | 914ee89f914ee89f5e |
SJIS-WIN | ?N???N??^ | 001111110100111000111111001111110011111101001110001111110011111101011110 | 3f4e3f3f3f4e3f3f5e |
EUC-JP | ?Nè??Nè?^ | 00111111010011101000111110101011101100100011111100111111010011101000111110101011101100100011111101011110 | 3f4e8fabb23f3f4e8fabb23f5e |
UTF-8 | NèNè^ | 110000101001000101001110110000111010100011000010100111111100001010010001010011101100001110101000110000101001111101011110 | c2914ec3a8c29fc2914ec3a8c29f5e |
UHC | ?N???N??^ | 001111110100111000111111001111110011111101001110001111110011111101011110 | 3f4e3f3f3f4e3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)