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 | 裄雅怎 | 111001011110000010001001111010111001110010000011 | e5e089eb9c83 |
EUC-JP | 裄雅怎 | 111010101110001010110010111011011101011111100011 | eae2b2edd7e3 |
UTF-8 | 裄雅怎 | 111010001010001110000100111010011001101110000101111001101000000010001110 | e8a384e99b85e6808e |
UHC | ?雅? | 00111111111001001011101000111111 | 3fe4ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)