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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雍一ウ戊イ | 1110100010110100100010001110101010110011100101011110100010110010 | e8b488eab395e8b2 |
EUC-JP | 雍一ウ戊イ | 11110000101101101011000011101100100011101011001111001010111010101000111010110010 | f0b6b0ec8eb3caea8eb2 |
UTF-8 | 雍一ウ戊イ | 111010011001101110001101111001001011100010000000111011111011110110110011111001101000100010001010111011111011110110110010 | e99b8de4b880efbdb3e6888aefbdb2 |
UHC | 雍一?戊? | 1110100010111100111011001110100100111111110110011110011000111111 | e8bcece93fd9e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)