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 | 邁宅勘 | 111001111011000010010001111011101000101010101000 | e7b091ee8aa8 |
EUC-JP | 邁宅勘 | 111011101011001011000010111100001011010010101010 | eeb2c2f0b4aa |
UTF-8 | 邁宅勘 | 111010011000001010000001111001011010111010000101111001011000101110011000 | e98281e5ae85e58b98 |
UHC | 邁宅勘 | 110110001110010011010011111010111100101011101011 | d8e4d3ebcaeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)