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 | 眄惞}眄惞{^ | 1110000110111110111110101011111101111101111000011011111011111010101111110111101101011110 | e1befabf7de1befabf7b5e |
EUC-JP | 眄惞}眄惞{^ | 11100010110000001000111110111110101100000111110111100010110000001000111110111110101100000111101101011110 | e2c08fbeb07de2c08fbeb07b5e |
UTF-8 | 眄惞}眄惞{^ | 111001111001110010000100111001101000001110011110011111011110011110011100100001001110011010000011100111100111101101011110 | e79c84e6839e7de79c84e6839e7b5e |
UHC | 眄?}眄?{^ | 110110001111100000111111011111011101100011111000001111110111101101011110 | d8f83f7dd8f83f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)