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 | 髢サ鬟 | 1110100110010110101110111110100110100011 | e996bbe9a3 |
EUC-JP | 髢サ鬟 | 111100011111011010001110101110111111001010100101 | f1f68ebbf2a5 |
UTF-8 | 髢サ鬟 | 111010011010101110100010111011111011110110111011111010011010110010011111 | e9aba2efbdbbe9ac9f |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)