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 | 拙????富 | 1001000011011001001111110011111100111111001111111001010101111000 | 90d93f3f3f3f9578 |
EUC-JP | 拙????富 | 1100000011011011001111110011111100111111001111111100100111011001 | c0db3f3f3f3fc9d9 |
UTF-8 | 拙흗렓렜灐富 | 111001101000101110011001111011011001110110010111111010111010000010010011111010111010000010011100111001111000000110010000111001011010111110001100 | e68b99ed9d97eba093eba09ce78190e5af8c |
UHC | 拙흗렓렜灐富 | 111100001111000011001000111010011000111010101000100011101010111011111011101001011101110110100011 | f0f0c8e98ea88eaefba5dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)