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 | 嶴è±xF | 1110010110110110101101001110100010110001100000010111100001000110 | e5b6b4e8b1817846 |
SJIS-WIN | ?¶´?±?xF | 0011111110000001111101111000000101001100001111111000000101111101001111110111100001000110 | 3f81f7814c3f817d3f7846 |
EUC-JP | 嶴�xF | 100011111010101110101001101000101111100110100001101011011000111110101011101100101010000111011110001111110111100001000110 | 8faba9a2f9a1ad8fabb2a1de3f7846 |
UTF-8 | 嶴è±xF | 1100001110100101110000101011011011000010101101001100001110101000110000101011000111000010100000010111100001000110 | c3a5c2b6c2b4c3a8c2b1c2817846 |
UHC | ?¶´?±?xF | 0011111110100010110100101010001010100101001111111010000110111110001111110111100001000110 | 3fa2d2a2a53fa1be3f7846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)