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 | 率??亨? | 10010111101001100011111100111111100010111001110000111111 | 97a63f3f8b9c3f |
EUC-JP | 率??亨? | 11001110101010000011111100111111101101011111110000111111 | cea83f3fb5fc3f |
UTF-8 | 率룬눈亨꿨 | 111001111000111010000111111010111010001110101100111010111000100010001000111001001011101010101000111010101011111110101000 | e78e87eba3aceb8888e4baa8eabfa8 |
UHC | 率룬눈亨꿨 | 11100001111000111011011111101001101101001010101111111010111110111011001011100101 | e1e3b7e9b4abfafbb2e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)