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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 證?稻? | 111001101001101000111111111000100110101000111111 | e69a3fe26a3f |
EUC-JP | 證?稻? | 111010111111101000111111111000111100101100111111 | ebfa3fe3cb3f |
UTF-8 | 證븜稻뤉 | 111010001010110110001001111010111011100010011100111001111010100010111011111010111010010010001001 | e8ad89ebb89ce7a8bbeba489 |
UHC | 證븜稻뤉 | 1111000111111011101110101110111011010100101010111000111110111001 | f1fbbaeed4ab8fb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)