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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?价祥 | 0011111110011000110000011000111111001011 | 3f98c18fcb |
EUC-JP | ?价祥 | 0011111111010000110000111011111011001101 | 3fd0c3becd |
UTF-8 | 붜价祥 | 111010111011011010011100111001001011101110110111111001111010010110100101 | ebb69ce4bbb7e7a5a5 |
UHC | 붜价祥 | 101110101101101111001011110000001101111111010100 | badbcbc0dfd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)