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 | 貉ォ鬯」貊 | 1110011010111001101010111110100110101100101000111110011010111011 | e6b9abe9aca3e6bb |
EUC-JP | 貉ォ鬯」貊 | 11101100101110111000111010101011111100101010111010001110101000111110110010111101 | ecbb8eabf2ae8ea3ecbd |
UTF-8 | 貉ォ鬯」貊 | 111010001011001010001001111011111011110110101011111010011010110010101111111011111011110110100011111010001011001010001010 | e8b289efbdabe9acafefbda3e8b28a |
UHC | ????貊 | 001111110011111100111111001111111101100011100111 | 3f3f3f3fd8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)