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 | 織吊 | 10010000010001001001001011011101 | 904492dd |
EUC-JP | 織吊 | 10111111101001011100010011011111 | bfa5c4df |
UTF-8 | 織吊 | 111001111011100110010100111001011001000010001010 | e7b994e5908a |
UHC | 織吊 | 11110010110001001110111011010100 | f2c4eed4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)