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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 弔?載?h | 10010010101000100011111110001101110110100011111101101000 | 92a23f8dda3f68 |
EUC-JP | 弔?載?h | 11000100101001000011111110111010110111000011111101101000 | c4a43fbadc3f68 |
UTF-8 | 弔렟載렕h | 11100101101111001001010011101011101000001001111111101000101111001000100111101011101000001001010101101000 | e5bc94eba09fe8bc89eba09568 |
UHC | 弔렟載렕h | 111100001100000010001110101100001110111010110000100011101010101001101000 | f0c08eb0eeb08eaa68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)