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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 瘟??墺?] | 1110000110001001001111110011111110011010110100100011111101011101 | e1893f3f9ad23f5d |
EUC-JP | 瘟??墺?] | 1110000111101001001111110011111111010100110101000011111101011101 | e1e93f3fd4d43f5d |
UTF-8 | 瘟룡겘墺킧] | 11100111100110001001111111101011101000111010000111101010101100101001100011100101101000101011101011101101100000101010011101011101 | e7989feba3a1eab298e5a2baed82a75d |
UHC | 瘟룡겘墺킧] | 1110100010110000101101111110011010000001101011111110011111110010101101010101000101011101 | e8b0b7e681afe7f2b5515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)