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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ワス鴫\ | 111100001110000011011100111100011000111010111101100011101011000001011100 | f0e0dcf18ebd8eb05c |
EUC-JP | ?ワ?ス鴫\ | 001111111000111011011100001111111000111010111101101111001011001001011100 | 3f8edc3f8ebdbcb25c |
UTF-8 | ワス鴫\ | 11101110100000101001111111101111101111101001110011101110100001001000100111101111101111011011110111101001101101001010101101011100 | ee829fefbe9cee8489efbdbde9b4ab5c |
UHC | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)