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 | ???剪? | 001111110011111100111111100110011001001000111111 | 3f3f3f99923f |
EUC-JP | ???剪? | 001111110011111100111111110100011111001000111111 | 3f3f3fd1f23f |
UTF-8 | 롖롛렕剪렶 | 111010111010000110010110111010111010000110011011111010111010000010010101111001011000100110101010111010111010000010110110 | eba196eba19beba095e589aaeba0b6 |
UHC | 롖롛렕剪렶 | 10001110110110101000111011011111100011101010101011101110111100101000111011000001 | 8eda8edf8eaaeef28ec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)