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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邁宅勢 | 111001111011000010010001111011101001000010101000 | e7b091ee90a8 |
EUC-JP | 邁宅勢 | 111011101011001011000010111100001100000010101010 | eeb2c2f0c0aa |
UTF-8 | 邁宅勢 | 111010011000001010000001111001011010111010000101111001011000101110100010 | e98281e5ae85e58ba2 |
UHC | 邁宅勢 | 110110001110010011010011111010111110000110100111 | d8e4d3ebe1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)