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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 程????精 | 1001001011110110001111110011111100111111001111111001000010111000 | 92f63f3f3f3f90b8 |
EUC-JP | 程?釪??精 | 11000100111110000011111110001111111000111010110100111111001111111100000010111010 | c4f83f8fe3ad3f3fc0ba |
UTF-8 | 程렣釪당밞精 | 111001111010100010001011111010111010000010100011111010011000011110101010111010111000101110111001111010111011000010011110111001111011001010111110 | e7a88beba0a3e987aaeb8bb9ebb09ee7b2be |
UHC | 程렣釪당밞精 | 111011111110111110001110101101001110100111101001101101001110011110111001111000011110111111110001 | efef8eb4e9e9b4e7b9e1eff1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)