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 | 霆滕詐塚ェ霆 | 1110100010111011100111111110110010001101101111001111101010011100101010101110100010111011 | e8bb9fec8dbcfa9caae8bb |
EUC-JP | 霆滕詐?ェ霆 | 1111000010111101110111101110111010111010101111100011111110001110101010101111000010111101 | f0bddeeebabe3f8eaaf0bd |
UTF-8 | 霆滕詐塚ェ霆 | 111010011001110010000110111001101011101110010101111010001010100110010000111011111010100010010000111011111011110110101010111010011001110010000110 | e99c86e6bb95e8a990efa890efbdaae99c86 |
UHC | 霆?詐??霆 | 111011111111110100111111110111101111000100111111001111111110111111111101 | effd3fdef13f3feffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)