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 | æýNå± | 111001101111110110101101010011101110010110110001 | e6fdad4ee5b1 |
SJIS-WIN | ???N?± | 00111111001111110011111101001110001111111000000101111101 | 3f3f3f4e3f817d |
EUC-JP | æý?Nå± | 10001111101010011100000110001111101010111111001000111111010011101000111110101011101010011010000111011110 | 8fa9c18fabf23f4e8faba9a1de |
UTF-8 | æýNå± | 1100001110100110110000111011110111000010101011010100111011000011101001011100001010110001 | c3a6c3bdc2ad4ec3a5c2b1 |
UHC | æ?N?± | 101010011010000100111111101000011010100101001110001111111010000110111110 | a9a13fa1a94e3fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)