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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??璋? | 0011111100111111111000001111011000111111 | 3f3fe0f63f |
EUC-JP | ??璋? | 0011111100111111111000001111100000111111 | 3f3fe0f83f |
UTF-8 | 炡렫璋렢 | 111001111000001010100001111010111010000010101011111001111001001010001011111010111010000010100010 | e782a1eba0abe7928beba0a2 |
UHC | 炡렫璋렢 | 1110111111101000100011101011100111101101111100001000111010110011 | efe88eb9edf08eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)