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 | 葢瞎聒倏 | 1110010011100010111000011101000011100011110110001110000011000101 | e4e2e1d0e3d8e0c5 |
EUC-JP | 葢瞎聒倏 | 1110100011100100111000101101001011100110110110101110000011000111 | e8e4e2d2e6dae0c7 |
UTF-8 | 葢瞎聒倏 | 111010001001000110100010111001111001111010001110111010001000000110010010111001011000000010001111 | e891a2e79e8ee88192e5808f |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)