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 | 魏イ閠型 | 11101001101100001011001011101000100000001000110001011110 | e9b0b2e8808c5e |
EUC-JP | 魏イ閠型 | 1111001010110010100011101011001011101111111000001011011110111111 | f2b28eb2efe0b7bf |
UTF-8 | 魏イ閠型 | 111010011010110110001111111011111011110110110010111010011001011010100000111001011001111010001011 | e9ad8fefbdb2e996a0e59e8b |
UHC | 魏??型 | 111010101110000000111111001111111111101011111110 | eae03f3ffafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)