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 | 鬯ァ譎乗」ッ | 111010011010110010100111111001101001100110001111111001101010001110101111 | e9aca7e6998fe6a3af |
EUC-JP | 鬯ァ譎乗」ッ | 111100101010111010001110101001111110101111111001101111101110100010001110101000111000111010101111 | f2ae8ea7ebf9bee88ea38eaf |
UTF-8 | 鬯ァ譎乗」ッ | 111010011010110010101111111011111011110110100111111010001010110110001110111001001011100110010111111011111011110110100011111011111011110110101111 | e9acafefbda7e8ad8ee4b997efbda3efbdaf |
UHC | ??譎??? | 00111111001111111111110111010010001111110011111100111111 | 3f3ffdd23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)