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 | 鬣輩 | 11101001101001011001010001111001 | e9a59479 |
EUC-JP | 鬣輩 | 11110010101001111100011111011010 | f2a7c7da |
UTF-8 | 鬣輩 | 111010011010110010100011111010001011110010101001 | e9aca3e8bca9 |
UHC | ?輩 | 001111111101101111010100 | 3fdbd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)