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 | 涇・謔駕蝌蠑 | 1111101011111011101001011110011010000010100010011110110111100101100110001110010110111100 | fafba5e68289ede598e5bc |
EUC-JP | 涇・謔駕蝌蠑 | 10001111110001111100011110001110101001011110101111100010101100101110111111101001111110001110101010111110 | 8fc7c78ea5ebe2b2efe9f8eabe |
UTF-8 | 涇・謔駕蝌蠑 | 111001101011011010000111111011111011110110100101111010001010110010010100111010011010011110010101111010001001110110001100111010001010000010010001 | e6b687efbda5e8ac94e9a795e89d8ce8a091 |
UHC | 涇?謔駕?? | 110011001101110000111111111110011100110011001010101111010011111100111111 | ccdc3ff9cccabd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)