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 | 11100110101110111111000010101010111010011010011001000010 | e6bbf0aae9a642 |
EUC-JP | 貊?鬥B | 111011001011110100111111111100101010100001000010 | ecbd3ff2a842 |
UTF-8 | 貊鬥B | 11101000101100101000101011101110100000011010100111101001101011001010010101000010 | e8b28aee81a9e9aca542 |
UHC | 貊??B | 1101100011100111001111110011111101000010 | d8e73f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)