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 | 長?籬 | 1001001010110111001111111110001011011111 | 92b73fe2df |
EUC-JP | 長?籬 | 1100010010111001001111111110010011100001 | c4b93fe4e1 |
UTF-8 | 長찐籬 | 111010011001010110110111111011001011000010010000111001111011000110101100 | e995b7ecb090e7b1ac |
UHC | 長찐籬 | 111011011111111011000010111100001101011111100110 | edfec2f0d7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)