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 | 隹キ謐牙ー碍 | 11101000101100001011011111100110100011011000100111100101101100001000101001010110 | e8b0b7e68d89e5b08a56 |
EUC-JP | 隹キ謐牙ー碍 | 111100001011001010001110101101111110101111101101101100101110011110001110101100001011001110110111 | f0b28eb7ebedb2e78eb0b3b7 |
UTF-8 | 隹キ謐牙ー碍 | 111010011001101010111001111011111011110110110111111010001010110010010000111001111000100110011001111011111011110110110000111001111010001010001101 | e99ab9efbdb7e8ac90e78999efbdb0e7a28d |
UHC | ??謐牙?碍 | 001111110011111111011010110011011110010010110011001111111110010011110100 | 3f3fdacde4b33fe4f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)