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 | 額????? | 10001010011110100011111100111111001111110011111100111111 | 8a7a3f3f3f3f3f |
EUC-JP | 額??轝?? | 101100111101101100111111001111111000111111100001101010100011111100111111 | b3db3f3f8fe1aa3f3f |
UTF-8 | 額ㅻ젙轝뚦뜣 | 111010011010000110001101111000111000010110111011111011001010000010011001111010001011110110011101111010111001101010100110111010111001110010100011 | e9a18de385bbeca099e8bd9deb9aa6eb9ca3 |
UHC | 額ㅻ젙轝뚦뜣 | 111001001111111010100100111010111010000010010101111001101010110010001100111001011000110110100110 | e4fea4eba095e6ac8ce58da6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)