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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 嫉鱠ア」 | 1111000011000001100011101011100111101001111001001011000110100011 | f0c18eb9e9e4b1a3 |
EUC-JP | ?嫉鱠ア」 | 001111111011110010111011111100101110011010001110101100011000111010100011 | 3fbcbbf2e68eb18ea3 |
UTF-8 | 嫉鱠ア」 | 111011101000001010000000111001011010101110001001111010011011000110100000111011111011110110110001111011111011110110100011 | ee8280e5ab89e9b1a0efbdb1efbda3 |
UHC | ?嫉??? | 001111111111001011101100001111110011111100111111 | 3ff2ec3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)