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 | 鬲梦整 | 111010011010110110011010111010111001000010101110 | e9ad9aeb90ae |
EUC-JP | 鬲梦整 | 111100101010111111010100111011011100000010110000 | f2afd4edc0b0 |
UTF-8 | 鬲梦整 | 111010011010110010110010111001101010001010100110111001101001010110110100 | e9acb2e6a2a6e695b4 |
UHC | ??整 | 00111111001111111110111111011010 | 3f3fefda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)