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 | 溪窘 | 10011111111000101110001001111010 | 9fe2e27a |
EUC-JP | 溪窘 | 11011110111001001110001111011011 | dee4e3db |
UTF-8 | 溪窘 | 111001101011101010101010111001111010101010011000 | e6baaae7aa98 |
UHC | 溪窘 | 11001101101000101100111111010111 | cda2cfd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)