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 | ??tQ] | 0011111100111111011101000101000101011101 | 3f3f74515d |
SJIS-WIN | ??tQ] | 0011111100111111011101000101000101011101 | 3f3f74515d |
EUC-JP | ??tQ] | 0011111100111111011101000101000101011101 | 3f3f74515d |
UTF-8 | 쒔렕tQ] | 111011001001001010010100111010111010000010010101011101000101000101011101 | ec9294eba09574515d |
UHC | 쒔렕tQ] | 10111110101011011000111010101010011101000101000101011101 | bead8eaa74515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)