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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 宵磊\ | 1000111110101010111000011111101101011100 | 8faae1fb5c |
EUC-JP | 宵磊\ | 1011111010101100111000101111110101011100 | beace2fd5c |
UTF-8 | 宵磊\ | 11100101101011101011010111100111101000111000101001011100 | e5aeb5e7a38a5c |
UHC | 宵磊\ | 1110000110110010110101101111000001011100 | e1b2d6f05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)