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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 菴呱ーァ奝ケ | 111001001011110110011001111010111011000010100111111110101010001010111001 | e4bd99ebb0a7faa2b9 |
EUC-JP | 菴呱ーァ奝ケ | 11101000101111111101001011101101100011101011000010001110101001111000111110111000111110001000111010111001 | e8bfd2ed8eb08ea78fb8f88eb9 |
UTF-8 | 菴呱ーァ奝ケ | 111010001000111110110100111001011001000110110001111011111011110110110000111011111011110110100111111001011010010110011101111011111011110110111001 | e88fb4e591b1efbdb0efbda7e5a59defbdb9 |
UHC | 菴呱???? | 1110010011100000110011011011001000111111001111110011111100111111 | e4e0cdb23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)