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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | イ莢ョ錥 | 1111000111100001101100101110010010110000101011101111101111010111 | f1e1b2e4b0aefbd7 |
EUC-JP | ?イ莢ョ錥 | 00111111100011101011001011101000101100101000111010101110100011111110010011100000 | 3f8eb2e8b28eae8fe4e0 |
UTF-8 | イ莢ョ錥 | 111011101000010110011100111011111011110110110010111010001000111010100010111011111011110110101110111010011000110010100101 | ee859cefbdb2e88ea2efbdaee98ca5 |
UHC | ??莢?? | 001111110011111111111010111110000011111100111111 | 3f3ffaf83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)