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 | 肢?在?精? | 100011101000100000111111100011011101110100111111100100001011100000111111 | 8e883f8ddd3f90b83f |
EUC-JP | 肢?在?精? | 101110111110100000111111101110101101111100111111110000001011101000111111 | bbe83fbadf3fc0ba3f |
UTF-8 | 肢렲在렱精렫 | 111010001000001010100010111010111010000010110010111001011001110010101000111010111010000010110001111001111011001010111110111010111010000010101011 | e882a2eba0b2e59ca8eba0b1e7b2beeba0ab |
UHC | 肢렲在렱精렫 | 111100101011011010001110101111111110111010100100100011101011111011101111111100011000111010111001 | f2b68ebfeea48ebeeff18eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)