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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 池??ⅲ | 100100100111001000111111001111111111101001000010 | 92723f3ffa42 |
EUC-JP | 池?瑗? | 11000011110100110011111110001111110011001100000000111111 | c3d33f8fccc03f |
UTF-8 | 池렍瑗ⅲ | 111001101011000110100000111010111010000010001101111001111001000110010111111000101000010110110010 | e6b1a0eba08de79197e285b2 |
UHC | 池렍瑗ⅲ | 1111001010101110100011101010001111101010101111001010010110100011 | f2ae8ea3eabca5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)