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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邵ッ譏 | 1110011110111000101011111110011010011000 | e7b8afe698 |
EUC-JP | 邵ッ譏 | 111011101011101010001110101011111110101111111000 | eeba8eafebf8 |
UTF-8 | 邵ッ譏 | 111010011000001010110101111011111011110110101111111010001010110110001111 | e982b5efbdafe8ad8f |
UHC | 邵?譏 | 1110000111010000001111111101000111000001 | e1d03fd1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)