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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 篌ハス碯F | 11100010101110101100101010111101111000011111001101000110 | e2bacabde1f346 |
EUC-JP | 篌ハス碯F | 111001001011110010001110110010101000111010111101111000101111010101000110 | e4bc8eca8ebde2f546 |
UTF-8 | 篌ハス碯F | 11100111101011111000110011101111101111101000101011101111101111011011110111100111101000101010111101000110 | e7af8cefbe8aefbdbde7a2af46 |
UHC | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)