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 | ????h??? | 0011111100111111001111110011111101101000001111110011111100111111 | 3f3f3f3f683f3f3f |
SJIS-WIN | ????h??? | 0011111100111111001111110011111101101000001111110011111100111111 | 3f3f3f3f683f3f3f |
EUC-JP | ????h??? | 0011111100111111001111110011111101101000001111110011111100111111 | 3f3f3f3f683f3f3f |
UTF-8 | 뫂뭑몷뫁h뫂뭑몷 | 11101011101010111000001011101011101011011001000111101011101010101011011111101011101010111000000101101000111010111010101110000010111010111010110110010001111010111010101010110111 | ebab82ebad91ebaab7ebab8168ebab82ebad91ebaab7 |
UHC | 뫂뭑몷뫁h뫂뭑몷 | 100100011010011010010010010110011001000110011111100100011010010101101000100100011010011010010010010110011001000110011111 | 91a69259919f91a56891a69259919f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)