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 | ?莖儡漿?? | 001111111110010010110001100110010101001110011111111101110011111100111111 | 3fe4b199539ff73f3f |
EUC-JP | ?莖儡漿?? | 001111111110100010110011110100011011010011011110111110010011111100111111 | 3fe8b3d1b4def93f3f |
UTF-8 | 뤾莖儡漿뻤쇌 | 111010111010010010111110111010001000111010010110111001011000010010100001111001101011110010111111111010111011101110100100111011001000011110001100 | eba4bee88e96e584a1e6bcbfebbba4ec878c |
UHC | 뤾莖儡漿뻤쇌 | 100011111110101011001100111011001101011011101101111011011110110010111011101111001011110011100100 | 8feaccecd6ededecbbbcbce4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)