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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霆雁ョ、隰 | 1110100010111011100010101110010110101110101001001110100010101100 | e8bb8ae5aea4e8ac |
EUC-JP | 霆雁ョ、隰 | 11110000101111011011010011100111100011101010111010001110101001001111000010101110 | f0bdb4e78eae8ea4f0ae |
UTF-8 | 霆雁ョ、隰 | 111010011001110010000110111010011001101110000001111011111011110110101110111011111011110110100100111010011001101010110000 | e99c86e99b81efbdaeefbda4e99ab0 |
UHC | 霆雁??? | 11101111111111011110010011010010001111110011111100111111 | effde4d23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)