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 | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
EUC-JP | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
UTF-8 | 緣끻폀i緣끻폀iB | 111001111011011110100011111010111000000110111011111011011000111110000000011010011110011110110111101000111110101110000001101110111110110110001111100000000110100101000010 | e7b7a3eb81bbed8f8069e7b7a3eb81bbed8f806942 |
UHC | 緣끻폀i緣끻폀iB | 111001101101111010000101111001011011110010001111011010011110011011011110100001011110010110111100100011110110100101000010 | e6de85e5bc8f69e6de85e5bc8f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)