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 | 禎???? | 100100101111010100111111001111110011111100111111 | 92f53f3f3f3f |
EUC-JP | 禎?釪?? | 1100010011110111001111111000111111100011101011010011111100111111 | c4f73f8fe3ad3f3f |
UTF-8 | 禎렓釪닺ㄼ | 111001111010011010001110111010111010000010010011111010011000011110101010111010111000101110111010111000111000010010111100 | e7a68eeba093e987aaeb8bbae384bc |
UHC | 禎렓釪닺ㄼ | 11101111111011101000111010101000111010011110100110110100111010001010010010101100 | efee8ea8e9e9b4e8a4ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)