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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 烏???^ | 100010010100011100111111001111110011111101011110 | 89473f3f3f5e |
EUC-JP | 烏???^ | 101100011010100000111111001111110011111101011110 | b1a83f3f3f5e |
UTF-8 | 烏띻퀣첸^ | 11100111100000111000111111101011100111011011101111101101100000001010001111101100101100101011100001011110 | e7838feb9dbbed80a3ecb2b85e |
UHC | 烏띻퀣첸^ | 111010001010000110001101111010101011001110010111110000111011111001011110 | e8a18deab397c3be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)