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 | ?蹕拭漾 | 00111111111001110100101010010000010000001110000001000000 | 3fe74a9040e040 |
EUC-JP | ņ蹕拭漾 | 100011111010101111001111111011011010101110111111101000011101111110100001 | 8fabcfedabbfa1dfa1 |
UTF-8 | ņ蹕拭漾 | 1100010110000110111010001011100110010101111001101000101110101101111001101011110010111110 | c586e8b995e68bade6bcbe |
UHC | ??拭? | 0011111100111111111000111101010000111111 | 3f3fe3d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)