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 | 諛賀ウエ奣 | 1110011010000111100010011110101010110011101101001111101010100011 | e68789eab3b4faa3 |
EUC-JP | 諛賀ウエ奣 | 1110101111100111101100101110110010001110101100111000111010110100100011111011100011111100 | ebe7b2ec8eb38eb48fb8fc |
UTF-8 | 諛賀ウエ奣 | 111010001010101110011011111010001011001110000000111011111011110110110011111011111011110110110100111001011010010110100011 | e8ab9be8b380efbdb3efbdb4e5a5a3 |
UHC | 諛賀??? | 11101011101100001111100111000101001111110011111100111111 | ebb0f9c53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)