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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 誘⑤?幽 | 10010111010101011000011101000100001111111001011101001000 | 975587443f9748 |
EUC-JP | 誘??幽 | 110011011011011000111111001111111100110110101001 | cdb63f3fcda9 |
UTF-8 | 誘⑤퐮幽 | 111010001010101010011000111000101001000110100100111011011001000010101110111001011011100110111101 | e8aa98e291a4ed90aee5b9bd |
UHC | 誘⑤퐮幽 | 1110101110101111101010001110101110111101100101111110101011101011 | ebafa8ebbd97eaeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)