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 | 池?只?一 | 1001001001110010001111111001000111111100001111111000100011101010 | 92723f91fc3f88ea |
EUC-JP | 池?只?一 | 1100001111010011001111111100001011111110001111111011000011101100 | c3d33fc2fe3fb0ec |
UTF-8 | 池렠只렓一 | 111001101011000110100000111010111010000010100000111001011000111110101010111010111010000010010011111001001011100010000000 | e6b1a0eba0a0e58faaeba093e4b880 |
UHC | 池렠只렓一 | 11110010101011101000111010110001111100011111111010001110101010001110110011101001 | f2ae8eb1f1fe8ea8ece9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)