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 | 節??蘂?? | 1001000011011111001111110011111111100101010000010011111100111111 | 90df3f3fe5413f3f |
EUC-JP | 節??蘂?? | 1100000011100001001111110011111111101001101000100011111100111111 | c0e13f3fe9a23f3f |
UTF-8 | 節쇽푶蘂뚩썔 | 111001111010111110000000111011001000011110111101111011011001000110110110111010001001100010000010111010111001101010101001111011001000110110010100 | e7af80ec87bded91b6e89882eb9aa9ec8d94 |
UHC | 節쇽푶蘂뚩썔 | 111011111011110110111100111011111011111010000100111001111101111010001100111010001001101110000111 | efbdbcefbe84e7de8ce89b87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)