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 | 池?迂皎臨 | 100100100111001000111111100010010100100111100001101001111001011111010101 | 92723f8949e1a797d5 |
EUC-JP | 池?迂皎臨 | 110000111101001100111111101100011010101011100010101010011100111011010111 | c3d33fb1aae2a9ced7 |
UTF-8 | 池렡迂皎臨 | 111001101011000110100000111010111010000010100001111010001011111110000010111001111001101010001110111010001000011110101000 | e6b1a0eba0a1e8bf82e79a8ee887a8 |
UHC | 池렡迂皎臨 | 11110010101011101000111010110010111010011110011011001110111010111101011111111100 | f2ae8eb2e9e6ceebd7fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)