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 | ?耀}?耀{^ | 001111111001011101110011011111010011111110010111011100110111101101011110 | 3f97737d3f97737b5e |
EUC-JP | ?耀}?耀{^ | 001111111100110111010100011111010011111111001101110101000111101101011110 | 3fcdd47d3fcdd47b5e |
UTF-8 | 읩耀}읩耀{^ | 111011001001110110101001111010001000000010000000011111011110110010011101101010011110100010000000100000000111101101011110 | ec9da9e880807dec9da9e880807b5e |
UHC | 읩耀}읩耀{^ | 1001111111010000111010011010010101111101100111111101000011101001101001010111101101011110 | 9fd0e9a57d9fd0e9a57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)