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 | 召悊フ。ッ | 10001111101000101111101010111110110011001010000110101111 | 8fa2fabecca1af |
EUC-JP | 召悊フ。ッ | 1011111010100100100011111011110111110000100011101100110010001110101000011000111010101111 | bea48fbdf08ecc8ea18eaf |
UTF-8 | 召悊フ。ッ | 111001011000111110101100111001101000001010001010111011111011111010001100111011111011110110100001111011111011110110101111 | e58face6828aefbe8cefbda1efbdaf |
UHC | 召???? | 111000011010111100111111001111110011111100111111 | e1af3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)