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 | 雍一ウァ | 111010001011010010001000111010101011001110100111 | e8b488eab3a7 |
EUC-JP | 雍一ウァ | 1111000010110110101100001110110010001110101100111000111010100111 | f0b6b0ec8eb38ea7 |
UTF-8 | 雍一ウァ | 111010011001101110001101111001001011100010000000111011111011110110110011111011111011110110100111 | e99b8de4b880efbdb3efbda7 |
UHC | 雍一?? | 111010001011110011101100111010010011111100111111 | e8bcece93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)