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 | 蚯糂}蚯糂{^ | 1110010101110100111000101111000101111101111001010111010011100010111100010111101101011110 | e574e2f17de574e2f17b5e |
EUC-JP | 蚯糂}蚯糂{^ | 1110100111010101111001001111001101111101111010011101010111100100111100110111101101011110 | e9d5e4f37de9d5e4f37b5e |
UTF-8 | 蚯糂}蚯糂{^ | 111010001001101010101111111001111011001110000010011111011110100010011010101011111110011110110011100000100111101101011110 | e89aafe7b3827de89aafe7b3827b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)