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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬲剰イ倩アャ | 111010011010110110001111111010001011001010011000111010001011000110101100 | e9ad8fe8b298e8b1ac |
EUC-JP | 鬲剰イ倩アャ | 111100101010111110111110111010101000111010110010110100001110101010001110101100011000111010101100 | f2afbeea8eb2d0ea8eb18eac |
UTF-8 | 鬲剰イ倩アャ | 111010011010110010110010111001011000100110110000111011111011110110110010111001011000000010101001111011111011110110110001111011111011110110101100 | e9acb2e589b0efbdb2e580a9efbdb1efbdac |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)