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 | ??蛙期? | 00111111001111111000101001011110100010101111101000111111 | 3f3f8a5e8afa3f |
EUC-JP | ?棅蛙期棅 | 0011111110001111110000111111101110110011101111111011010011111100100011111100001111111011 | 3f8fc3fbb3bfb4fc8fc3fb |
UTF-8 | 인棅蛙期棅 | 111011001001110110111000111001101010001110000101111010001001101110011001111001101001110010011111111001101010001110000101 | ec9db8e6a385e89b99e69c9fe6a385 |
UHC | 인棅蛙期棅 | 11000000110011101101110010111000111010001100001111010001101000101101110010111000 | c0cedcb8e8c3d1a2dcb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)