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 | 枳雄? | 1001111001101011100101110101100100111111 | 9e6b97593f |
EUC-JP | 枳雄? | 1101101111001100110011011011101000111111 | dbcccdba3f |
UTF-8 | 枳雄롅 | 111001101001111010110011111010011001101110000100111010111010000110000101 | e69eb3e99b84eba185 |
UHC | 枳雄롅 | 111100101010110011101010101010011000111011001011 | f2aceaa98ecb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)