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 | 譏殄譏 | 111001101001100010011111011010001110011010011000 | e6989f68e698 |
EUC-JP | 譏殄譏 | 111010111111100011011101110010011110101111111000 | ebf8ddc9ebf8 |
UTF-8 | 譏殄譏 | 111010001010110110001111111001101010111010000100111010001010110110001111 | e8ad8fe6ae84e8ad8f |
UHC | 譏殄譏 | 110100011100000111110010110011111101000111000001 | d1c1f2cfd1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)