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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 妊蝎?^ | 100101000100010011100101100110010011111101011110 | 9444e5993f5e |
EUC-JP | 妊蝎?^ | 110001111010010111101001111110010011111101011110 | c7a5e9f93f5e |
UTF-8 | 妊蝎껫^ | 11100101101001101000101011101000100111011000111011101010101110111010101101011110 | e5a68ae89d8eeabbab5e |
UHC | 妊蝎껫^ | 11101100111101001100101011101001101100101011011001011110 | ecf4cae9b2b65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)