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 | 陦儖闊碁。 | 111010001010000110011001010011111110100010001000100011001110100110100001 | e8a1994fe8888ce9a1 |
EUC-JP | 陦儖闊碁。 | 11110000101000111101000110110000111011111110100010111000111010111000111010100001 | f0a3d1b0efe8b8eb8ea1 |
UTF-8 | 陦儖闊碁。 | 111010011001100110100110111001011000010010010110111010011001011110001010111001111010001010000001111011111011110110100001 | e999a6e58496e9978ae7a281efbda1 |
UHC | ??闊碁? | 00111111001111111111110011000100110100011011001100111111 | 3f3ffcc4d1b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)