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 | 鍄ェ譴ァ蓆 | 1110011111111011101010101110011010100010101001111110010011101100 | e7fbaae6a2a7e4ec |
EUC-JP | 鍄ェ譴ァ蓆 | 11101110111111011000111010101010111011001010010010001110101001111110100011101110 | eefd8eaaeca48ea7e8ee |
UTF-8 | 鍄ェ譴ァ蓆 | 111010011000110110000100111011111011110110101010111010001010110110110100111011111011110110100111111010001001001110000110 | e98d84efbdaae8adb4efbda7e89386 |
UHC | ??譴?蓆 | 00111111001111111100110010111001001111111110000010110110 | 3f3fccb93fe0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)