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 | 池?迂校? | 1001001001110010001111111000100101001001100011010101101000111111 | 92723f89498d5a3f |
EUC-JP | 池?迂校? | 1100001111010011001111111011000110101010101110011011101100111111 | c3d33fb1aab9bb3f |
UTF-8 | 池렡迂校혼 | 111001101011000110100000111010111010000010100001111010001011111110000010111001101010000010100001111011011001100010111100 | e6b1a0eba0a1e8bf82e6a0a1ed98bc |
UHC | 池렡迂校혼 | 11110010101011101000111010110010111010011110011011001110111010001100100010100101 | f2ae8eb2e9e6cee8c8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)