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 | 蛙蛙?伏 | 10001010010111101000101001011110001111111001010110011010 | 8a5e8a5e3f959a |
EUC-JP | 蛙蛙?伏 | 10110011101111111011001110111111001111111100100111111010 | b3bfb3bf3fc9fa |
UTF-8 | 蛙蛙뤶伏 | 111010001001101110011001111010001001101110011001111010111010010010110110111001001011110010001111 | e89b99e89b99eba4b6e4bc8f |
UHC | 蛙蛙뤶伏 | 1110100011000011111010001100001110001111111001001101110011010001 | e8c3e8c38fe4dcd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)