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 | 髻亥衷 | 111010011001111110001000111001011001001010001111 | e99f88e5928f |
EUC-JP | 髻亥衷 | 111100101010000110110000111001111100001111101111 | f2a1b0e7c3ef |
UTF-8 | 髻亥衷 | 111010011010101110111011111001001011101010100101111010001010000110110111 | e9abbbe4baa5e8a1b7 |
UHC | ?亥衷 | 0011111111111010101001001111010111111011 | 3ffaa4f5fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)