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 | 鬯」讎翫Μ驩 | 1110100110101100101000111110011010100110100010101110001110000011101010101110100110001001 | e9aca3e6a68ae383aae989 |
EUC-JP | 鬯」讎翫Μ驩 | 111100101010111010001110101000111110110010101000101101001110010110100110101011001111000111101001 | f2ae8ea3eca8b4e5a6acf1e9 |
UTF-8 | 鬯」讎翫Μ驩 | 1110100110101100101011111110111110111101101000111110100010101110100011101110011110111111101010111100111010011100111010011010100110101001 | e9acafefbda3e8ae8ee7bfabce9ce9a9a9 |
UHC | ???翫Μ驩 | 001111110011111100111111111010001101000110100101110011001111110010111110 | 3f3f3fe8d1a5ccfcbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)