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 | 邀、隕也遏 | 1110011110110001101001001110100010100110100101101110011111110000100100001110011110011111 | e7b1a4e8a696e7f090e79f |
EUC-JP | 邀、隕也?遏 | 1110111010110011100011101010010011110000101010001100110011101001001111111110111010100001 | eeb38ea4f0a8cce93feea1 |
UTF-8 | 邀、隕也遏 | 111010011000001010000000111011111011110110100100111010011001101010010101111001001011100110011111111011101000000110001111111010011000000110001111 | e98280efbda4e99a95e4b99fee818fe9818f |
UHC | 邀?隕也?? | 111010011010110100111111111010101010001011100101101001010011111100111111 | e9ad3feaa2e5a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)