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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?澣幀寸 | 00111111111000000101010010011011111010101001000010100001 | 3fe0549bea90a1 |
EUC-JP | ?澣幀寸 | 00111111110111111011010111010110111011001100000010100011 | 3fdfb5d6ecc0a3 |
UTF-8 | 뤋澣幀寸 | 111010111010010010001011111001101011111010100011111001011011100110000000111001011010111110111000 | eba48be6bea3e5b980e5afb8 |
UHC | 뤋澣幀寸 | 1000111110111011111110011101010011101111110100111111010110111011 | 8fbbf9d4efd3f5bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)