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 | 霽?? | 11101000110001110011111100111111 | e8c73f3f |
EUC-JP | 霽杻楗 | 1111000011001001100011111100001110100110100011111100010011000110 | f0c98fc3a68fc4c6 |
UTF-8 | 霽杻楗 | 111010011001110010111101111001101001110110111011111001101010010110010111 | e99cbde69dbbe6a597 |
UHC | 霽杻楗 | 111100001011100011010010111011101100101111110001 | f0b8d2eecbf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)