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 | 蟻?シ | 1000101101100001001111111000001101010110 | 8b613f8356 |
EUC-JP | 蟻?シ | 1011010111000010001111111010010110110111 | b5c23fa5b7 |
UTF-8 | 蟻띹シ | 111010001001111110111011111010111001110110111001111000111000001010110111 | e89fbbeb9db9e382b7 |
UHC | 蟻띹シ | 111010111111110010001101111010001010101110110111 | ebfc8de8abb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)