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 | 隴ャ阮吩シシ | 111010001010110110101100111010001001011010011001111001001011110010111100 | e8adace89699e4bcbc |
EUC-JP | 隴ャ阮吩シシ | 111100001010111110001110101011001110111111110110110100101110011010001110101111001000111010111100 | f0af8eaceff6d2e68ebc8ebc |
UTF-8 | 隴ャ阮吩シシ | 111010011001101010110100111011111011110110101100111010011001100010101110111001011001000010101001111011111011110110111100111011111011110110111100 | e99ab4efbdace998aee590a9efbdbcefbdbc |
UHC | ??阮吩?? | 0011111100111111111010001101011011011101110000110011111100111111 | 3f3fe8d6ddc33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)