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 | ???莖 | 0011111100111111001111111110010010110001 | 3f3f3fe4b1 |
EUC-JP | ???莖 | 0011111100111111001111111110100010110011 | 3f3f3fe8b3 |
UTF-8 | 뤺띵칿莖 | 111010111010010010111010111010111001110110110101111011001011100110111111111010001000111010010110 | eba4baeb9db5ecb9bfe88e96 |
UHC | 뤺띵칿莖 | 1000111111101000101101101111001010101111100011101100110011101100 | 8fe8b6f2af8eccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)