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 | 稈溽}稈溽{^ | 1110001001100010100111111110011101111101111000100110001010011111111001110111101101011110 | e2629fe77de2629fe77b5e |
EUC-JP | 稈溽}稈溽{^ | 1110001111000011110111101110100101111101111000111100001111011110111010010111101101011110 | e3c3dee97de3c3dee97b5e |
UTF-8 | 稈溽}稈溽{^ | 111001111010100010001000111001101011101010111101011111011110011110101000100010001110011010111010101111010111101101011110 | e7a888e6babd7de7a888e6babd7b5e |
UHC | 稈?}稈?{^ | 110010101101100100111111011111011100101011011001001111110111101101011110 | cad93f7dcad93f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)