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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 柳띠삫}柳띠삫{^ | 111011111010011110001001111010111001110110100000111011001000001010101011011111011110111110100111100010011110101110011101101000001110110010000010101010110111101101011110 | efa789eb9da0ec82ab7defa789eb9da0ec82ab7b5e |
UHC | 柳띠삫}柳띠삫{^ | 111010101111011110110110111011001001100010101010011111011110101011110111101101101110110010011000101010100111101101011110 | eaf7b6ec98aa7deaf7b6ec98aa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)