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ì^ | 111010000100111010011110111011001110100001001110100111101110110001011110 | e84e9eece84e9eec5e |
SJIS-WIN | ?N???N??^ | 001111110100111000111111001111110011111101001110001111110011111101011110 | 3f4e3f3f3f4e3f3f5e |
EUC-JP | èN?ìèN?ì^ | 1000111110101011101100100100111000111111100011111010101111000000100011111010101110110010010011100011111110001111101010111100000001011110 | 8fabb24e3f8fabc08fabb24e3f8fabc05e |
UTF-8 | èNìèNì^ | 110000111010100001001110110000101001111011000011101011001100001110101000010011101100001010011110110000111010110001011110 | c3a84ec29ec3acc3a84ec29ec3ac5e |
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)