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 | 程????? | 10010010111101100011111100111111001111110011111100111111 | 92f63f3f3f3f3f |
EUC-JP | 程?釪??? | 110001001111100000111111100011111110001110101101001111110011111100111111 | c4f83f8fe3ad3f3f3f |
UTF-8 | 程렣釪닺렣렡 | 111001111010100010001011111010111010000010100011111010011000011110101010111010111000101110111010111010111010000010100011111010111010000010100001 | e7a88beba0a3e987aaeb8bbaeba0a3eba0a1 |
UHC | 程렣釪닺렣렡 | 111011111110111110001110101101001110100111101001101101001110100010001110101101001000111010110010 | efef8eb4e9e9b4e88eb48eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)