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 | 霓晤埀寘 | 1110100010111101100111011110101110011010101011111111101010101001 | e8bd9deb9aaffaa9 |
EUC-JP | 霓晤埀寘 | 111100001011111111011010111011011101010010110001100011111011101011100001 | f0bfdaedd4b18fbae1 |
UTF-8 | 霓晤埀寘 | 111010011001110010010011111001101001100110100100111001011001111110000000111001011010111110011000 | e99c93e699a4e59f80e5af98 |
UHC | 霓晤?? | 111001111110011111100111111110110011111100111111 | e7e7e7fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)