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 | 閼ら乢緕ェ | 111010001000010010000010111001111001101110100100111000111000111010101010 | e88482e79ba4e38eaa |
EUC-JP | 閼ら乢緕ェ | 11101111111001001010010011101001110101101010011011100101111011101000111010101010 | efe4a4e9d6a6e5ee8eaa |
UTF-8 | 閼ら乢緕ェ | 111010011001011010111100111000111000001010001001111001001011100110100010111001111011011110010101111011111011110110101010 | e996bce38289e4b9a2e7b795efbdaa |
UHC | 閼ら??? | 11100100110110011010101011101001001111110011111100111111 | e4d9aae93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)