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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 湫慮 | 10011111110101011001011110110110 | 9fd597b6 |
EUC-JP | 湫慮 | 11011110110101111100111010111000 | ded7ceb8 |
UTF-8 | 湫慮 | 111001101011100110101011111001101000010110101110 | e6b9abe685ae |
UHC | 湫慮 | 11110101110100111101010111100111 | f5d3d5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)