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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陦碕セ・? | 11101000101000011000110111101010101111101010010100111111 | e8a18deabea53f |
EUC-JP | 陦碕セ・寗 | 1111000010100011101110101110110010001110101111101000111010100101100011111011101011100000 | f0a3baec8ebe8ea58fbae0 |
UTF-8 | 陦碕セ・寗 | 111010011001100110100110111001111010001010010101111011111011110110111110111011111011110110100101111001011010111110010111 | e999a6e7a295efbdbeefbda5e5af97 |
UHC | ????寗 | 001111110011111100111111001111111101001010111100 | 3f3f3f3fd2bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)