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 | 疱疱[疱疱[^ | 1110000101110110111000010111011001011011111000010111011011100001011101100101101101011110 | e176e1765be176e1765b5e |
EUC-JP | 疱疱[疱疱[^ | 1110000111010111111000011101011101011011111000011101011111100001110101110101101101011110 | e1d7e1d75be1d7e1d75b5e |
UTF-8 | 疱疱[疱疱[^ | 111001111001011010110001111001111001011010110001010110111110011110010110101100011110011110010110101100010101101101011110 | e796b1e796b15be796b1e796b15b5e |
UHC | 疱疱[疱疱[^ | 1111100011011110111110001101111001011011111110001101111011111000110111100101101101011110 | f8def8de5bf8def8de5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)