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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韋門揃遲隠 | 11101000111010001001011011100101100100011011010111100111101011011000100101000010 | e8e896e591b5e7ad8942 |
EUC-JP | 韋門揃遲隠 | 11110000111010101100110011100111110000101011011111101110101011111011000110100011 | f0eacce7c2b7eeafb1a3 |
UTF-8 | 韋門揃遲隠 | 111010011001111110001011111010011001011010000000111001101000111110000011111010011000000110110010111010011001101010100000 | e99f8be99680e68f83e981b2e99aa0 |
UHC | 韋門?遲? | 1110101011011111110110101010011000111111111100101100000000111111 | eadfdaa63ff2c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)