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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 章サ靑B | 100011111100110110111011111110111111001001000010 | 8fcdbbfbf242 |
EUC-JP | 章サ?B | 101111101100111110001110101110110011111101000010 | becf8ebb3f42 |
UTF-8 | 章サ靑B | 11100111101010111010000011101111101111011011101111101001100111011001000101000010 | e7aba0efbdbbe99d9142 |
UHC | 章?靑B | 111011011111000100111111111101001110110001000010 | edf13ff4ec42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)