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 | 森o | 11100110101000111010111001101111 | e6a3ae6f |
SJIS-WIN | ?£?o | 0011111110000001100100100011111101101111 | 3f81923f6f |
EUC-JP | 森o | 100011111010100111000001101000011111001010001111101000101110111001101111 | 8fa9c1a1f28fa2ee6f |
UTF-8 | 森o | 11000011101001101100001010100011110000101010111001101111 | c3a6c2a3c2ae6f |
UHC | æ?®o | 101010011010000100111111101000101110011101101111 | a9a13fa2e76f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)