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 | 絖手竺 | 111000110100110010001110111010001000111010110001 | e34c8ee88eb1 |
EUC-JP | 絖手竺 | 111001011010110110111100111010101011110010110011 | e5adbceabcb3 |
UTF-8 | 絖手竺 | 111001111011010110010110111001101000100110001011111001111010101110111010 | e7b596e6898be7abba |
UHC | ?手竺 | 0011111111100010101000101111010111100111 | 3fe2a2f5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)