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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
UTF-8 | 옮옮[옮옮[^ | 111011001001100010101110111011001001100010101110010110111110110010011000101011101110110010011000101011100101101101011110 | ec98aeec98ae5bec98aeec98ae5b5e |
UHC | 옮옮[옮옮[^ | 1011111111000101101111111100010101011011101111111100010110111111110001010101101101011110 | bfc5bfc55bbfc5bfc55b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)