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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?瓏?絲蕪 | 0011111111100000111110100011111111100011010011101001010110010011 | 3fe0fa3fe34e9593 |
EUC-JP | ?瓏?絲蕪 | 0011111111100000111111000011111111100101101011111100100111110011 | 3fe0fc3fe5afc9f3 |
UTF-8 | 亐瓏렚絲蕪 | 111001001011101010010000111001111001001110001111111010111010000010011010111001111011010110110010111010001001010110101010 | e4ba90e7938feba09ae7b5b2e895aa |
UHC | 亐瓏렚絲蕪 | 11101010101001111101011011101010100011101010110111011110111010101101100111110011 | eaa7d6ea8eaddeead9f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)