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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 爻ロケF | 1110000010101001110110111011100101000110 | e0a9dbb946 |
EUC-JP | 爻ロケF | 11100000101010111000111011011011100011101011100101000110 | e0ab8edb8eb946 |
UTF-8 | 爻ロケF | 11100111100010001011101111101111101111101001101111101111101111011011100101000110 | e788bbefbe9befbdb946 |
UHC | 爻??F | 1111110110100001001111110011111101000110 | fda13f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)