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 | 鬆尖ッヲ增セ | 111010011010000010010000111010111010111110100110111110101001110110111110 | e9a090ebafa6fa9dbe |
EUC-JP | 鬆尖ッヲ?セ | 1111001010100010110000001110110110001110101011111000111010100110001111111000111010111110 | f2a2c0ed8eaf8ea63f8ebe |
UTF-8 | 鬆尖ッヲ增セ | 111010011010110010000110111001011011000010010110111011111011110110101111111011111011110110100110111001011010001010011110111011111011110110111110 | e9ac86e5b096efbdafefbda6e5a29eefbdbe |
UHC | ?尖??增? | 0011111111110100110100110011111100111111111100011111001000111111 | 3ff4d33f3ff1f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)