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 | 霆雁廠 | 111010001011101110001010111001011000111110110001 | e8bb8ae58fb1 |
EUC-JP | 霆雁廠 | 111100001011110110110100111001111011111010110011 | f0bdb4e7beb3 |
UTF-8 | 霆雁廠 | 111010011001110010000110111010011001101110000001111001011011101110100000 | e99c86e99b81e5bba0 |
UHC | 霆雁廠 | 111011111111110111100100110100101111001111011111 | effde4d2f3df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)