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 | 貉憺エォ辟 | 1110011010111001100111001110100110110100101010111110011110000100 | e6b99ce9b4abe784 |
EUC-JP | 貉憺エォ辟 | 11101100101110111101100011101011100011101011010010001110101010111110110111100100 | ecbbd8eb8eb48eabede4 |
UTF-8 | 貉憺エォ辟 | 111010001011001010001001111001101000011010111010111011111011110110110100111011111011110110101011111010001011111010011111 | e8b289e686baefbdb4efbdabe8be9f |
UHC | ?憺??? | 001111111101001110111100001111110011111100111111 | 3fd3bc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)