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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邀、隕也譟 | 111001111011000110100100111010001010011010010110111001111110011010011111 | e7b1a4e8a696e7e69f |
EUC-JP | 邀、隕也譟 | 11101110101100111000111010100100111100001010100011001100111010011110110010100001 | eeb38ea4f0a8cce9eca1 |
UTF-8 | 邀、隕也譟 | 111010011000001010000000111011111011110110100100111010011001101010010101111001001011100110011111111010001010110110011111 | e98280efbda4e99a95e4b99fe8ad9f |
UHC | 邀?隕也? | 1110100110101101001111111110101010100010111001011010010100111111 | e9ad3feaa2e5a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)