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 | 将ア。ワ猤 | 10001111101010111011000110100001110111001111101101011101 | 8fabb1a1dcfb5d |
EUC-JP | 将ア。ワ猤 | 1011111010101101100011101011000110001110101000011000111011011100100011111100101110101110 | bead8eb18ea18edc8fcbae |
UTF-8 | 将ア。ワ猤 | 111001011011000010000110111011111011110110110001111011111011110110100001111011111011111010011100111001111000110010100100 | e5b086efbdb1efbda1efbe9ce78ca4 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)