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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逾夂拳遖 | 1110011110100101100110101110011110001100100111011110011110100110 | e7a59ae78c9de7a6 |
EUC-JP | 逾夂拳遖 | 1110111010100111110101001110100110110111111111011110111010101000 | eea7d4e9b7fdeea8 |
UTF-8 | 逾夂拳遖 | 111010011000000010111110111001011010010010000010111001101000101110110011111010011000000110010110 | e980bee5a482e68bb3e98196 |
UHC | 逾?拳? | 111010111011010100111111110011111110101100111111 | ebb53fcfeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)