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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 弔?載?F | 10010010101000100011111110001101110110100011111101000110 | 92a23f8dda3f46 |
EUC-JP | 弔?載?F | 11000100101001000011111110111010110111000011111101000110 | c4a43fbadc3f46 |
UTF-8 | 弔렟載렕F | 11100101101111001001010011101011101000001001111111101000101111001000100111101011101000001001010101000110 | e5bc94eba09fe8bc89eba09546 |
UHC | 弔렟載렕F | 111100001100000010001110101100001110111010110000100011101010101001000110 | f0c08eb0eeb08eaa46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)