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 | 鯒鯒^ | 111010011100010111110011111101101110100111000101111100111111011001011110 | e9c5f3f6e9c5f3f65e |
EUC-JP | 鯒?鯒?^ | 11110010110001110011111111110010110001110011111101011110 | f2c73ff2c73f5e |
UTF-8 | 鯒鯒^ | 11101001101011111001001011101110100010111010100111101001101011111001001011101110100010111010100101011110 | e9af92ee8ba9e9af92ee8ba95e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)