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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???徇??? | 0011111100111111001111111001110001101101001111110011111100111111 | 3f3f3f9c6d3f3f3f |
EUC-JP | ???徇??? | 0011111100111111001111111101011111001110001111110011111100111111 | 3f3f3fd7ce3f3f3f |
UTF-8 | 樂띻낵徇먮젡琉 | 111011111010011010111111111010111001110110111011111010111000001010110101111001011011111010000111111010111010100010101110111011001010000010100001111011111010011110001100 | efa6bfeb9dbbeb82b5e5be87eba8aeeca0a1efa78c |
UHC | 樂띻낵徇먮젡琉 | 1110100011111001100011011110101010110011101111001110001011011111100100001110101110100000100110101110101110100100 | e8f98deab3bce2df90eba09aeba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)