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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 慫?迂?琮 | 1001110011001111001111111000100101001001001111111111101101101010 | 9ccf3f89493ffb6a |
EUC-JP | 慫?迂?琮 | 110110001101000100111111101100011010101000111111100011111100110010110010 | d8d13fb1aa3f8fccb2 |
UTF-8 | 慫렓迂렧琮 | 111001101000010110101011111010111010000010010011111010001011111110000010111010111010000010100111111001111001000010101110 | e685abeba093e8bf82eba0a7e790ae |
UHC | 慫렓迂렧琮 | 11110000111101101000111010101000111010011110011010001110101101101111000011111001 | f0f68ea8e9e68eb6f0f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)