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 | ???蛙 | 0011111100111111001111111000101001011110 | 3f3f3f8a5e |
EUC-JP | ???蛙 | 0011111100111111001111111011001110111111 | 3f3f3fb3bf |
UTF-8 | 렰렕렯蛙 | 111010111010000010110000111010111010000010010101111010111010000010101111111010001001101110011001 | eba0b0eba095eba0afe89b99 |
UHC | 렰렕렯蛙 | 1000111010111101100011101010101010001110101111001110100011000011 | 8ebd8eaa8ebce8c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)