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 | çÏ}çÏ|çÏ| | 111001111100111101111101111001111100111101111100111001111100111101111100 | e7cf7de7cf7ce7cf7c |
SJIS-WIN | ??}??|??| | 001111110011111101111101001111110011111101111100001111110011111101111100 | 3f3f7d3f3f7c3f3f7c |
EUC-JP | çÏ}çÏ|çÏ| | 100011111010101110101110100011111010101011000001011111011000111110101011101011101000111110101010110000010111110010001111101010111010111010001111101010101100000101111100 | 8fabae8faac17d8fabae8faac17c8fabae8faac17c |
UTF-8 | çÏ}çÏ|çÏ| | 110000111010011111000011100011110111110111000011101001111100001110001111011111001100001110100111110000111000111101111100 | c3a7c38f7dc3a7c38f7cc3a7c38f7c |
UHC | ??}??|??| | 001111110011111101111101001111110011111101111100001111110011111101111100 | 3f3f7d3f3f7c3f3f7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)