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 | ???C | 00111111001111110011111101000011 | 3f3f3f43 |
SJIS-WIN | 邵樊昏C | 11100111101110001001111011100110100011011010100001000011 | e7b89ee68da843 |
EUC-JP | 邵樊昏C | 11101110101110101101110011101000101110101010101001000011 | eebadce8baaa43 |
UTF-8 | 邵樊昏C | 11101001100000101011010111100110101010001000101011100110100110001000111101000011 | e982b5e6a88ae6988f43 |
UHC | 邵樊昏C | 11100001110100001101101111100000111110111110011101000011 | e1d0dbe0fbe743 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)