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 | 身?? | 10010000011001110011111100111111 | 90673f3f |
EUC-JP | 身?? | 10111111110010000011111100111111 | bfc83f3f |
UTF-8 | 身띴⒲ | 111010001011101010101011111010111001110110110100111000101001001010110010 | e8baabeb9db4e292b2 |
UHC | 身띴⒲ | 111000111111001110001101111001001010100111100011 | e3f38de4a9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)