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 | 邀オ譛ア蟯 | 1110011110110001101101011110011010011100101100011110010110110010 | e7b1b5e69cb1e5b2 |
EUC-JP | 邀オ譛ア蟯 | 11101110101100111000111010110101111010111111110010001110101100011110101010110100 | eeb38eb5ebfc8eb1eab4 |
UTF-8 | 邀オ譛ア蟯 | 111010011000001010000000111011111011110110110101111010001010110110011011111011111011110110110001111010001001111110101111 | e98280efbdb5e8ad9befbdb1e89faf |
UHC | 邀???蟯 | 11101001101011010011111100111111001111111110100110101000 | e9ad3f3f3fe9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)