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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 貊エ蟐、 | 111001101011101110110100111001011010101010100100 | e6bbb4e5aaa4 |
EUC-JP | 貊エ蟐、 | 1110110010111101100011101011010011101010101011001000111010100100 | ecbd8eb4eaac8ea4 |
UTF-8 | 貊エ蟐、 | 111010001011001010001010111011111011110110110100111010001001111110010000111011111011110110100100 | e8b28aefbdb4e89f90efbda4 |
UHC | 貊??? | 1101100011100111001111110011111100111111 | d8e73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)