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 | 淀螟\ | 1001011110000100111001011010010001011100 | 9784e5a45c |
EUC-JP | 淀螟\ | 1100110111100100111010101010011001011100 | cde4eaa65c |
UTF-8 | 淀螟\ | 11100110101101111000000011101000100111101001111101011100 | e6b780e89e9f5c |
UHC | 淀螟\ | 1110111111100011110110011010110101011100 | efe3d9ad5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)