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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襤k喬 | 111001100100000110000010100010111000101110101010 | e641828b8baa |
EUC-JP | 襤k喬 | 111010111010001010100011111010111011011010101100 | eba2a3ebb6ac |
UTF-8 | 襤k喬 | 111010001010010110100100111011111011110110001011111001011001011010101100 | e8a5a4efbd8be596ac |
UHC | 襤k喬 | 110101011100000110100011111010111100111011100010 | d5c1a3ebcee2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)