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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | 載???晳e^ | 100011011101101000111111001111110011111111111010110110010110010101011110 | 8dda3f3f3ffad9655e |
EUC-JP | 載???晳e^ | 10111010110111000011111100111111001111111000111111000010110001000110010101011110 | badc3f3f3f8fc2c4655e |
UTF-8 | 載얜렜억晳e^ | 1110100010111100100010011110110010010110100111001110101110100000100111001110110010010110101101011110011010011001101100110110010101011110 | e8bc89ec969ceba09cec96b5e699b3655e |
UHC | 載얜렜억晳e^ | 111011101011000010111110111010111000111010101110101111101110111111100000101011110110010101011110 | eeb0beeb8eaebeefe0af655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)