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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陟大スヲ | 111010001010000010010001111001011011110110100110 | e8a091e5bda6 |
EUC-JP | 陟大スヲ | 1111000010100010110000101110011110001110101111011000111010100110 | f0a2c2e78ebd8ea6 |
UTF-8 | 陟大スヲ | 111010011001100110011111111001011010010010100111111011111011110110111101111011111011110110100110 | e9999fe5a4a7efbdbdefbda6 |
UHC | 陟大?? | 111101001011001111010011110111100011111100111111 | f4b3d3de3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)