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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 惚渫與 | 100011011001101110011111110101101110010001101111 | 8d9b9fd6e46f |
EUC-JP | 惚渫與 | 101110011111101111011110110110001110011111010000 | b9fbded8e7d0 |
UTF-8 | 惚渫與 | 111001101000001110011010111001101011100010101011111010001000100010000111 | e6839ae6b8abe88887 |
UHC | 惚渫與 | 111110111110110111100000110111101110011010101000 | fbede0dee6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)