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 | 慫?迂?移 | 1001110011001111001111111000100101001001001111111000100011011010 | 9ccf3f89493f88da |
EUC-JP | 慫?迂?移 | 1101100011010001001111111011000110101010001111111011000011011100 | d8d13fb1aa3fb0dc |
UTF-8 | 慫렓迂렧移 | 111001101000010110101011111010111010000010010011111010001011111110000010111010111010000010100111111001111010011110111011 | e685abeba093e8bf82eba0a7e7a7bb |
UHC | 慫렓迂렧移 | 11110000111101101000111010101000111010011110011010001110101101101110110010111001 | f0f68ea8e9e68eb6ecb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)