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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 泳????? | 10001001011010100011111100111111001111110011111100111111 | 896a3f3f3f3f3f |
EUC-JP | 泳??孼?? | 101100011100101100111111001111111000111110111010110000110011111100111111 | b1cb3f3f8fbac33f3f |
UTF-8 | 泳쒖꽟孼꾨졑 | 111001101011001110110011111011001001001010010110111010101011110110011111111001011010110110111100111010101011111010101000111011001010000110010001 | e6b3b3ec9296eabd9fe5adbceabea8eca191 |
UHC | 泳쒖꽟孼꾨졑 | 111001111011011010011100111011001000010010101100111001011110110110000100111010111010000010111110 | e7b69cec84ace5ed84eba0be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)