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 | 訛?}訛?{^ | 111001100110000100111111011111011110011001100001001111110111101101011110 | e6613f7de6613f7b5e |
EUC-JP | 訛?}訛?{^ | 111010111100001000111111011111011110101111000010001111110111101101011110 | ebc23f7debc23f7b5e |
UTF-8 | 訛涉}訛涉{^ | 111010001010100010011011111001101011011010001001011111011110100010101000100110111110011010110110100010010111101101011110 | e8a89be6b6897de8a89be6b6897b5e |
UHC | 訛涉}訛涉{^ | 1110100011000101111000001110111101111101111010001100010111100000111011110111101101011110 | e8c5e0ef7de8c5e0ef7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)