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 | 涯??鹽? | 10001010010101010011111100111111111010100110010000111111 | 8a553f3fea643f |
EUC-JP | 涯??鹽? | 10110011101101100011111100111111111100111100010100111111 | b3b63f3ff3c53f |
UTF-8 | 涯쇠략鹽묪 | 111001101011011010101111111011001000011110100000111010111001111010110101111010011011100110111101111010111010110010101010 | e6b6afec87a0eb9eb5e9b9bdebacaa |
UHC | 涯쇠략鹽묪 | 11100100111100111011110011101000101101111010101111100111101001001001001001000010 | e4f3bce8b7abe7a49242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)