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 | 觚咲Υ | 111001100101011110001101111001111000001110110010 | e6578de783b2 |
EUC-JP | 觚咲Υ | 111010111011100010111010111010011010011010110100 | ebb8bae9a6b4 |
UTF-8 | 觚咲Υ | 1110100010100111100110101110010110010010101100101100111010100101 | e8a79ae592b2cea5 |
UHC | ??Υ | 00111111001111111010010111010100 | 3f3fa5d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)