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 | ?迺 | 001111111110011110010010 | 3fe792 |
EUC-JP | ?迺 | 001111111110110111110010 | 3fedf2 |
UTF-8 | 䬵迺 | 111001001010110010110101111010001011111110111010 | e4acb5e8bfba |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)