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 | 痾韈鞦盖 | 1110000101111101111010001110011111101000111000011110000110110011 | e17de8e7e8e1e1b3 |
EUC-JP | 痾韈鞦盖 | 1110000111011110111100001110100111110000111000111110001010110101 | e1def0e9f0e3e2b5 |
UTF-8 | 痾韈鞦盖 | 111001111001011110111110111010011001111110001000111010011001111010100110111001111001101110010110 | e797bee99f88e99ea6e79b96 |
UHC | ???盖 | 0011111100111111001111111100101111001100 | 3f3f3fcbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)