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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?刷???B | 00111111100011011111110000111111001111110011111101000010 | 3f8dfc3f3f3f42 |
EUC-JP | ?刷?飡?B | 001111111011101011111110001111111000111111101000110010000011111101000010 | 3fbafe3f8fe8c83f42 |
UTF-8 | 뤳刷쪕飡렏B | 11101011101001001011001111100101100010001011011111101100101010101001010111101001101000111010000111101011101000001000111101000010 | eba4b3e588b7ecaa95e9a3a1eba08f42 |
UHC | 뤳刷쪕飡렏B | 1000111111100001111000011110110010100101100011111110000111100010100011101010010101000010 | 8fe1e1eca58fe1e28ea542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)