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 | 絎取俺 | 111000110100110110001110111001101000100110110100 | e34d8ee689b4 |
EUC-JP | 絎取俺 | 111001011010111010111100111010001011001010110110 | e5aebce8b2b6 |
UTF-8 | 絎取俺 | 111001111011010110001110111001011000111110010110111001001011111110111010 | e7b58ee58f96e4bfba |
UHC | ?取俺 | 0011111111110110101000101110010111101111 | 3ff6a2e5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)