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 | 譏戊爾^ | 11100110100110001001010111101000100011101010001001011110 | e69895e88ea25e |
EUC-JP | 譏戊爾^ | 11101011111110001100101011101010101111001010010001011110 | ebf8caeabca45e |
UTF-8 | 譏戊爾^ | 11101000101011011000111111100110100010001000101011100111100010001011111001011110 | e8ad8fe6888ae788be5e |
UHC | 譏戊爾^ | 11010001110000011101100111100110111011001011001101011110 | d1c1d9e6ecb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)