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 | 焄セ靃裙・ | 11111011010101001011111011111011111011111110010111100011111110011000111010100101 | fb54befbefe5e3f98ea5 |
EUC-JP | 焄セ靃裙?・ | 10001111110010011110001110001110101111101000111111100111101011101110101011100101001111111000111010100101 | 8fc9e38ebe8fe7aeeae53f8ea5 |
UTF-8 | 焄セ靃裙・ | 111001111000010010000100111011111011110110111110111010011001110110000011111010001010001110011001111011101001101110101001111011111011110110100101 | e78484efbdbee99d83e8a399ee9ba9efbda5 |
UHC | 焄??裙?? | 1111110110110110001111110011111111001111110110010011111100111111 | fdb63f3fcfd93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)