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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 壅?壅?^ | 10011010110101110011111110011010110101110011111101011110 | 9ad73f9ad73f5e |
EUC-JP | 壅?壅?^ | 11010100110110010011111111010100110110010011111101011110 | d4d93fd4d93f5e |
UTF-8 | 壅쿏壅쿏^ | 11100101101000111000010111101100101111111000111111100101101000111000010111101100101111111000111101011110 | e5a385ecbf8fe5a385ecbf8f5e |
UHC | 壅쿏壅쿏^ | 111010001011010110110011010001001110100010110101101100110100010001011110 | e8b5b344e8b5b3445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)