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 | 要ε?弱? | 1001011101110110100000111100001100111111100011101110001100111111 | 977683c33f8ee33f |
EUC-JP | 要ε?弱? | 1100110111010111101001101100010100111111101111001110010100111111 | cdd7a6c53fbce53f |
UTF-8 | 要ε칯弱딁 | 1110100010100110100000011100111010110101111011001011100110101111111001011011110010110001111010111001010010000001 | e8a681ceb5ecb9afe5bcb1eb9481 |
UHC | 要ε칯弱딁 | 11101001101010011010010111100101101011111000001011100101101100001000101011100111 | e9a9a5e5af82e5b08ae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)