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 | 蹊「譴ァ瑾 | 1110011011111100101000101110011010100010101001111110000011110101 | e6fca2e6a2a7e0f5 |
EUC-JP | 蹊「譴ァ瑾 | 11101100111111101000111010100010111011001010010010001110101001111110000011110111 | ecfe8ea2eca48ea7e0f7 |
UTF-8 | 蹊「譴ァ瑾 | 111010001011100110001010111011111011110110100010111010001010110110110100111011111011110110100111111001111001000110111110 | e8b98aefbda2e8adb4efbda7e791be |
UHC | 蹊?譴?瑾 | 1111101110110111001111111100110010111001001111111101000011001000 | fbb73fccb93fd0c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)