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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
EUC-JP | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
UTF-8 | 뚥쑣}뚥쑣{^ | 111010111001101010100101111011001001000110100011011111011110101110011010101001011110110010010001101000110111101101011110 | eb9aa5ec91a37deb9aa5ec91a37b5e |
UHC | 뚥쑣}뚥쑣{^ | 1000110011100100100111001100001001111101100011001110010010011100110000100111101101011110 | 8ce49cc27d8ce49cc27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)