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 | 鬲夬侍 | 111010011010110110011010111011011000111010011000 | e9ad9aed8e98 |
EUC-JP | 鬲夬侍 | 111100101010111111010100111011111011101111111000 | f2afd4efbbf8 |
UTF-8 | 鬲夬侍 | 111010011010110010110010111001011010010010101100111001001011111010001101 | e9acb2e5a4ace4be8d |
UHC | ??侍 | 00111111001111111110001110110100 | 3f3fe3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)