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 | 瑾猯瑾猯^ | 111000001111010111100000110011001110000011110101111000001100110001011110 | e0f5e0cce0f5e0cc5e |
EUC-JP | 瑾猯瑾猯^ | 111000001111011111100000110011101110000011110111111000001100111001011110 | e0f7e0cee0f7e0ce5e |
UTF-8 | 瑾猯瑾猯^ | 11100111100100011011111011100111100011001010111111100111100100011011111011100111100011001010111101011110 | e791bee78cafe791bee78caf5e |
UHC | 瑾?瑾?^ | 11010000110010000011111111010000110010000011111101011110 | d0c83fd0c83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)