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 | 迴蚕}迴蚕{^ | 1110011110001111100011100101110001111101111001111000111110001110010111000111101101011110 | e78f8e5c7de78f8e5c7b5e |
EUC-JP | 迴蚕}迴蚕{^ | 1110110111101111101110111011110101111101111011011110111110111011101111010111101101011110 | edefbbbd7dedefbbbd7b5e |
UTF-8 | 迴蚕}迴蚕{^ | 111010001011111110110100111010001001101010010101011111011110100010111111101101001110100010011010100101010111101101011110 | e8bfb4e89a957de8bfb4e89a957b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)