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 | 修壽}修壽{^ | 1000111101000011100110101110011001111101100011110100001110011010111001100111101101011110 | 8f439ae67d8f439ae67b5e |
EUC-JP | 修壽}修壽{^ | 1011110110100100110101001110100001111101101111011010010011010100111010000111101101011110 | bda4d4e87dbda4d4e87b5e |
UTF-8 | 修壽}修壽{^ | 111001001011111110101110111001011010001110111101011111011110010010111111101011101110010110100011101111010111101101011110 | e4bfaee5a3bd7de4bfaee5a3bd7b5e |
UHC | 修壽}修壽{^ | 1110000111110011111000011111100001111101111000011111001111100001111110000111101101011110 | e1f3e1f87de1f3e1f87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)