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 | 逾夂拳遖ェ | 111001111010010110011010111001111000110010011101111001111010011010101010 | e7a59ae78c9de7a6aa |
EUC-JP | 逾夂拳遖ェ | 11101110101001111101010011101001101101111111110111101110101010001000111010101010 | eea7d4e9b7fdeea88eaa |
UTF-8 | 逾夂拳遖ェ | 111010011000000010111110111001011010010010000010111001101000101110110011111010011000000110010110111011111011110110101010 | e980bee5a482e68bb3e98196efbdaa |
UHC | 逾?拳?? | 11101011101101010011111111001111111010110011111100111111 | ebb53fcfeb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)