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 | 腟牙教 | 111001000101010010001001111001011000101110110011 | e45489e58bb3 |
EUC-JP | 腟牙教 | 111001111011010110110010111001111011011010110101 | e7b5b2e7b6b5 |
UTF-8 | 腟牙教 | 111010001000010110011111111001111000100110011001111001101001010110011001 | e8859fe78999e69599 |
UHC | ?牙? | 00111111111001001011001100111111 | 3fe4b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)