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 | 眸鴉}眸鴉{^ | 1110000111000110111010011110101101111101111000011100011011101001111010110111101101011110 | e1c6e9eb7de1c6e9eb7b5e |
EUC-JP | 眸鴉}眸鴉{^ | 1110001011001000111100101110110101111101111000101100100011110010111011010111101101011110 | e2c8f2ed7de2c8f2ed7b5e |
UTF-8 | 眸鴉}眸鴉{^ | 111001111001110010111000111010011011010010001001011111011110011110011100101110001110100110110100100010010111101101011110 | e79cb8e9b4897de79cb8e9b4897b5e |
UHC | 眸鴉}眸鴉{^ | 1101100111000010111001001011110001111101110110011100001011100100101111000111101101011110 | d9c2e4bc7dd9c2e4bc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)