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 | 程?揖??? | 1001001011110110001111111001011101001011001111110011111100111111 | 92f63f974b3f3f3f |
EUC-JP | 程?揖??? | 1100010011111000001111111100110110101100001111110011111100111111 | c4f83fcdac3f3f3f |
UTF-8 | 程렖揖잴렔렢 | 111001111010100010001011111010111010000010010110111001101000111110010110111011001001111010110100111010111010000010010100111010111010000010100010 | e7a88beba096e68f96ec9eb4eba094eba0a2 |
UHC | 程렖揖잴렔렢 | 111011111110111110001110101010111110101111100111110000001110101010001110101010011000111010110011 | efef8eabebe7c0ea8ea98eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)