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 | 裘慕ゥ | 1110010111100010100101011110011110101001 | e5e295e7a9 |
EUC-JP | 裘慕ゥ | 111010101110010011001010111010011000111010101001 | eae4cae98ea9 |
UTF-8 | 裘慕ゥ | 111010001010001110011000111001101000010110010101111011111011110110101001 | e8a398e68595efbda9 |
UHC | ?慕? | 00111111110110011011011100111111 | 3fd9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)