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 | 嶴è±ME | 1110010110110110101101001110100010110001100011100100110101000101 | e5b6b4e8b18e4d45 |
SJIS-WIN | ?¶´?±?ME | 0011111110000001111101111000000101001100001111111000000101111101001111110100110101000101 | 3f81f7814c3f817d3f4d45 |
EUC-JP | 嶴�ME | 100011111010101110101001101000101111100110100001101011011000111110101011101100101010000111011110001111110100110101000101 | 8faba9a2f9a1ad8fabb2a1de3f4d45 |
UTF-8 | 嶴è±ME | 1100001110100101110000101011011011000010101101001100001110101000110000101011000111000010100011100100110101000101 | c3a5c2b6c2b4c3a8c2b1c28e4d45 |
UHC | ?¶´?±?ME | 0011111110100010110100101010001010100101001111111010000110111110001111110100110101000101 | 3fa2d2a2a53fa1be3f4d45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)