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 | ???辱?? | 00111111001111110011111110010000010010100011111100111111 | 3f3f3f904a3f3f |
EUC-JP | ???辱?? | 00111111001111110011111110111111101010110011111100111111 | 3f3f3fbfab3f3f |
UTF-8 | 廬꿱뼶辱믣컚 | 111011111010011010000010111010101011111110110001111010111011110010110110111010001011111010110001111010111010111110100011111011001011101110011010 | efa682eabfb1ebbcb6e8beb1ebafa3ecbb9a |
UHC | 廬꿱뼶辱믣컚 | 111001011111111010110010111010001001011010111001111010011011010010010010111001011011000010000101 | e5feb2e896b9e9b492e5b085 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)