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 | 逶帛ィ幄伽^ | 11100111100110111001101111100101101010001001101111101000100010011011111001011110 | e79b9be5a89be889be5e |
EUC-JP | 逶帛ィ幄伽^ | 1110110111111011110101101110011110001110101010001101011011101010101100101100000001011110 | edfbd6e78ea8d6eab2c05e |
UTF-8 | 逶帛ィ幄伽^ | 11101001100000001011011011100101101110001001101111101111101111011010100011100101101110011000010011100100101111001011110101011110 | e980b6e5b89befbda8e5b984e4bcbd5e |
UHC | ?帛?幄伽^ | 001111111101101111011001001111111110010011000001110010101010000101011110 | 3fdbd93fe4c1caa15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)