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 | 駭?湖富 | 11101001011011100011111110001100110011101001010101111000 | e96e3f8cce9578 |
EUC-JP | 駭?湖富 | 11110001110011110011111110111000110100001100100111011001 | f1cf3fb8d0c9d9 |
UTF-8 | 駭렱湖富 | 111010011010011110101101111010111010000010110001111001101011100110010110111001011010111110001100 | e9a7adeba0b1e6b996e5af8c |
UHC | 駭렱湖富 | 1111101010110100100011101011111011111011110010011101110110100011 | fab48ebefbc9dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)