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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 核??雍 | 100010100110101000111111001111111110100010110100 | 8a6a3f3fe8b4 |
EUC-JP | 核??雍 | 101100111100101100111111001111111111000010110110 | b3cb3f3ff0b6 |
UTF-8 | 核됵쉔雍 | 111001101010000010111000111010111001000010110101111011001000100110010100111010011001101110001101 | e6a0b8eb90b5ec8994e99b8d |
UHC | 核됵쉔雍 | 1111101010110111100010011110111110111101101010001110100010111100 | fab789efbda8e8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)