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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 浯ェ謔我 | 11111010111111001010101011100110100000101000100111100100 | fafcaae68289e4 |
EUC-JP | 浯ェ謔我 | 100011111100011111000011100011101010101011101011111000101011001011100110 | 8fc7c38eaaebe2b2e6 |
UTF-8 | 浯ェ謔我 | 111001101011010110101111111011111011110110101010111010001010110010010100111001101000100010010001 | e6b5afefbdaae8ac94e68891 |
UHC | ??謔我 | 001111110011111111111001110011001110010010110010 | 3f3ff9cce4b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)