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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鉗払] | 111001111110011110010101101001011000000101101110 | e7e795a5816e |
EUC-JP | 鉗払] | 111011101110100111001010101001111010000111001111 | eee9caa7a1cf |
UTF-8 | 鉗払] | 111010011000100110010111111001101000100110010101111011111011110010111101 | e98997e68995efbcbd |
UHC | 鉗?] | 1100110011000110001111111010001111011101 | ccc63fa3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)