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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 裁伎??\ | 10001101110110011000101011101010001111110011111101011100 | 8dd98aea3f3f5c |
EUC-JP | 裁伎??\ | 10111010110110111011010011101100001111110011111101011100 | badbb4ec3f3f5c |
UTF-8 | 裁伎렧렮\ | 11101000101000111000000111100100101111001000111011101011101000001010011111101011101000001010111001011100 | e8a381e4bc8eeba0a7eba0ae5c |
UHC | 裁伎렧렮\ | 111011101010111011010000111010111000111010110110100011101011101101011100 | eeaed0eb8eb68ebb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)