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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 棚遜多他 | 1001001001001001100100011011101110010001101111011001000110111100 | 924991bb91bd91bc |
EUC-JP | 棚遜多他 | 1100001110101010110000101011110111000010101111111100001010111110 | c3aac2bdc2bfc2be |
UTF-8 | 棚遜多他 | 111001101010001110011010111010011000000110011100111001011010010010011010111001001011101110010110 | e6a39ae9819ce5a49ae4bb96 |
UHC | 棚遜多他 | 1101110111011100111000011110000111010010111111011111011011100010 | dddce1e1d2fdf6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)