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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 顏顏}顏顏{^ | 1110100011111000111010001111100001111101111010001111100011101000111110000111101101011110 | e8f8e8f87de8f8e8f87b5e |
EUC-JP | 顏顏}顏顏{^ | 1111000011111010111100001111101001111101111100001111101011110000111110100111101101011110 | f0faf0fa7df0faf0fa7b5e |
UTF-8 | 顏顏}顏顏{^ | 111010011010000110001111111010011010000110001111011111011110100110100001100011111110100110100001100011110111101101011110 | e9a18fe9a18f7de9a18fe9a18f7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)