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 | 要ζ?弱? | 1001011101110110100000111100010000111111100011101110001100111111 | 977683c43f8ee33f |
EUC-JP | 要ζ?弱? | 1100110111010111101001101100011000111111101111001110010100111111 | cdd7a6c63fbce53f |
UTF-8 | 要ζ퀟弱딁 | 1110100010100110100000011100111010110110111011011000000010011111111001011011110010110001111010111001010010000001 | e8a681ceb6ed809fe5bcb1eb9481 |
UHC | 要ζ퀟弱딁 | 11101001101010011010010111100110101100111001001111100101101100001000101011100111 | e9a9a5e6b393e5b08ae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)