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 | 11100010101110011000101011111011111000111011001001000010 | e2b98afbe3b242 |
EUC-JP | 篁棋羇B | 11100100101110111011010011111101111001101011010001000010 | e4bbb4fde6b442 |
UTF-8 | 篁棋羇B | 11100111101011111000000111100110101000111000101111100111101111101000011101000010 | e7af81e6a38be7be8742 |
UHC | 篁棋?B | 111111001101011011010001101001000011111101000010 | fcd6d1a43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)