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 | ?譽霆 | 0011111111100110101000111110100010111011 | 3fe6a3e8bb |
EUC-JP | 訑譽霆 | 10001111110111011100011111101100101001011111000010111101 | 8fddc7eca5f0bd |
UTF-8 | 訑譽霆 | 111010001010100010010001111010001010110110111101111010011001110010000110 | e8a891e8adbde99c86 |
UHC | ?譽霆 | 0011111111100111111000101110111111111101 | 3fe7e2effd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)