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 | 壕頭秘^ | 10001101100010001001001110101010100101001110100101011110 | 8d8893aa94e95e |
EUC-JP | 壕頭秘^ | 10111001111010001100011010101100110010001110101101011110 | b9e8c6acc8eb5e |
UTF-8 | 壕頭秘^ | 11100101101000111001010111101001101000001010110111100111101001111001100001011110 | e5a395e9a0ade7a7985e |
UHC | 壕頭秘^ | 11111011101111011101010011101001110111011111101001011110 | fbbdd4e9ddfa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)