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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 拙???迪富 | 100100001101100100111111001111110011111111100111100011001001010101111000 | 90d93f3f3fe78c9578 |
EUC-JP | 拙???迪富 | 110000001101101100111111001111110011111111101101111011001100100111011001 | c0db3f3f3fedecc9d9 |
UTF-8 | 拙흗렓렜迪富 | 111001101000101110011001111011011001110110010111111010111010000010010011111010111010000010011100111010001011111110101010111001011010111110001100 | e68b99ed9d97eba093eba09ce8bfaae5af8c |
UHC | 拙흗렓렜迪富 | 111100001111000011001000111010011000111010101000100011101010111011101110111010001101110110100011 | f0f0c8e98ea88eaeeee8dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)