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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 枇?c | 1001010011111000001111111000001010000011 | 94f83f8283 |
EUC-JP | 枇?c | 1100100011111010001111111010001111100011 | c8fa3fa3e3 |
UTF-8 | 枇퍼c | 111001101001111010000111111011011000110110111100111011111011110110000011 | e69e87ed8dbcefbd83 |
UHC | 枇퍼c | 110111011110110111000110110110111010001111100011 | ddedc6dba3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)