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 | ティツ鳴静堕 | 110000111010100011000010100101101100001010010000110000111001000111000010 | c3a8c296c290c391c2 |
EUC-JP | ティツ鳴静堕 | 100011101100001110001110101010001000111011000010110011001100010011000000110001011100001011000100 | 8ec38ea88ec2ccc4c0c5c2c4 |
UTF-8 | ティツ鳴静堕 | 111011111011111010000011111011111011110110101000111011111011111010000010111010011011001110110100111010011001110110011001111001011010000010010101 | efbe83efbda8efbe82e9b3b4e99d99e5a095 |
UHC | ???鳴?? | 00111111001111110011111111011001101100000011111100111111 | 3f3f3fd9b03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)