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 | 嶸樌ァク嶸ッ | 111110101011010010011110111011001010011110111000111110101011010010101111 | fab49eeca7b8fab4af |
EUC-JP | 嶸樌ァク嶸ッ | 1000111110111011111101001101110011101110100011101010011110001110101110001000111110111011111101001000111010101111 | 8fbbf4dcee8ea78eb88fbbf48eaf |
UTF-8 | 嶸樌ァク嶸ッ | 111001011011011010111000111001101010100010001100111011111011110110100111111011111011110110111000111001011011011010111000111011111011110110101111 | e5b6b8e6a88cefbda7efbdb8e5b6b8efbdaf |
UHC | 嶸???嶸? | 1110011110101110001111110011111100111111111001111010111000111111 | e7ae3f3f3fe7ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)