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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 烏???? | 100010010100011100111111001111110011111100111111 | 89473f3f3f3f |
EUC-JP | 烏???? | 101100011010100000111111001111110011111100111111 | b1a83f3f3f3f |
UTF-8 | 烏띻퀣杻섌 | 111001111000001110001111111010111001110110111011111011011000000010100011111011111010011110001000111011001000010010001100 | e7838feb9dbbed80a3efa788ec848c |
UHC | 烏띻퀣杻섌 | 11101000101000011000110111101010101100111001011111101010111101001001100011101001 | e8a18deab397eaf498e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)