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 | 顋矩寞 | 111010001111100110001011111010011001101110001011 | e8f98be99b8b |
EUC-JP | 顋矩寞 | 111100001111101110110110111010111101010111101011 | f0fbb6ebd5eb |
UTF-8 | 顋矩寞 | 111010011010000110001011111001111001111110101001111001011010111110011110 | e9a18be79fa9e5af9e |
UHC | ?矩寞 | 0011111111001111101110111101100010101100 | 3fcfbbd8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)