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 | 要???燁 | 10010111011101100011111100111111001111111111101101011001 | 97763f3f3ffb59 |
EUC-JP | 要???燁 | 1100110111010111001111110011111100111111100011111100101010110011 | cdd73f3f3f8fcab3 |
UTF-8 | 要쏅끂짯燁 | 111010001010011010000001111011001000111110000101111010111000000110000010111011001010011110101111111001111000011110000001 | e8a681ec8f85eb8182eca7afe78781 |
UHC | 要쏅끂짯燁 | 11101001101010011001101111101011100001011011100011000010101011011110011110100111 | e9a99beb85b8c2ade7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)