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 | 迸ソ迴ア辟 | 1110011110011110101111111110011110001111101100011110011110000100 | e79ebfe78fb1e784 |
EUC-JP | 迸ソ迴ア辟 | 11101101111111101000111010111111111011011110111110001110101100011110110111100100 | edfe8ebfedef8eb1ede4 |
UTF-8 | 迸ソ迴ア辟 | 111010001011111110111000111011111011110110111111111010001011111110110100111011111011110110110001111010001011111010011111 | e8bfb8efbdbfe8bfb4efbdb1e8be9f |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)