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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 擾??^ | 1000111111101111001111110011111101011110 | 8fef3f3f5e |
EUC-JP | 擾?适^ | 10111110111100010011111110001111111000011100101101011110 | bef13f8fe1cb5e |
UTF-8 | 擾닻适^ | 11100110100100111011111011101011100010111011101111101001100000001000001001011110 | e693beeb8bbbe980825e |
UHC | 擾닻适^ | 11101000111101101011010011101001110011101100000101011110 | e8f6b4e9cec15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)