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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 曄????? | 10011110010000000011111100111111001111110011111100111111 | 9e403f3f3f3f3f |
EUC-JP | 曄????? | 11011011101000010011111100111111001111110011111100111111 | dba13f3f3f3f3f |
UTF-8 | 曄됰젶廬몃젧 | 111001101001101110000100111010111001000010110000111011001010000010110110111011111010011010000010111010111010101010000011111011001010000010100111 | e69b84eb90b0eca0b6efa682ebaa83eca0a7 |
UHC | 曄됰젶廬몃젧 | 111001111010010110001001111010111010000010101010111001011111111010111000111010111010000010011111 | e7a589eba0aae5feb8eba09f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)