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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 芟窮卯] | 11100100100011001000101110000111100010010100101101011101 | e48c8b87894b5d |
EUC-JP | 芟窮卯] | 11100111111011001011010111100111101100011010110001011101 | e7ecb5e7b1ac5d |
UTF-8 | 芟窮卯] | 11101000100010101001111111100111101010101010111011100101100011011010111101011101 | e88a9fe7aaaee58daf5d |
UHC | 芟窮卯] | 11011111101101111100111111100011110110011101011001011101 | dfb7cfe3d9d65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)