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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 髻ウ奓ョBF | 1110100110011111101100111111101010100000101011100100001001000110 | e99fb3faa0ae4246 |
EUC-JP | 髻ウ奓ョBF | 1111001010100001100011101011001110001111101110001111010110001110101011100100001001000110 | f2a18eb38fb8f58eae4246 |
UTF-8 | 髻ウ奓ョBF | 1110100110101011101110111110111110111101101100111110010110100101100100111110111110111101101011100100001001000110 | e9abbbefbdb3e5a593efbdae4246 |
UHC | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)