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 | ?煎漢 | 0011111110010000111101111000101010111111 | 3f90f78abf |
EUC-JP | 璇煎漢 | 10001111110011001100111111000000111110011011010011000001 | 8fcccfc0f9b4c1 |
UTF-8 | 璇煎漢 | 111001111001001010000111111001111000010110001110111001101011110010100010 | e79287e7858ee6bca2 |
UHC | 璇煎漢 | 111000001100011011101111101000011111100111010011 | e0c6efa1f9d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)