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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?????饔? | 001111110011111100111111001111110011111110001111111010001110111100111111 | 3f3f3f3f3f8fe8ef3f |
UTF-8 | 履렫利븅률饔렟 | 111011111010011110011111111010111010000010101011111011111010011110011101111010111011100010000101111010111010010110100000111010011010010110010100111010111010000010011111 | efa79feba0abefa79debb885eba5a0e9a594eba09f |
UHC | 履렫利븅률饔렟 | 1110110010101010100011101011100111101100101001101011101011101001101101111111110011101000101111011000111010110000 | ecaa8eb9eca6bae9b7fce8bd8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)