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 | 搖?程 | 1001110110001010001111111001001011110110 | 9d8a3f92f6 |
EUC-JP | 搖?程 | 1101100111101010001111111100010011111000 | d9ea3fc4f8 |
UTF-8 | 搖렢程 | 111001101001000010010110111010111010000010100010111001111010100010001011 | e69096eba0a2e7a88b |
UHC | 搖렢程 | 111010001111010010001110101100111110111111101111 | e8f48eb3efef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)