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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 艇????^ | 10010010111110000011111100111111001111110011111101011110 | 92f83f3f3f3f5e |
EUC-JP | 艇????^ | 11000100111110100011111100111111001111110011111101011110 | c4fa3f3f3f3f5e |
UTF-8 | 艇븃렑답횐^ | 11101000100010011000011111101011101110001000001111101011101000001001000111101011100010111011010111101101100110101001000001011110 | e88987ebb883eba091eb8bb5ed9a905e |
UHC | 艇븃렑답횐^ | 1110111111110011101110101110100010001110101001101011010011100100110010001011101001011110 | eff3bae88ea6b4e4c8ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)