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 | ?妖?? | 0011111110010111011001000011111100111111 | 3f97643f3f |
EUC-JP | ?妖?? | 0011111111001101110001010011111100111111 | 3fcdc53f3f |
UTF-8 | 섳妖굠쌟 | 111011001000010010110011111001011010011010010110111010101011010110100000111011001000110010011111 | ec84b3e5a696eab5a0ec8c9f |
UHC | 섳妖굠쌟 | 1001100101000010111010001110110110000010100010001001101101001011 | 9942e8ed82889b4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)