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 | ?札奈 | 0011111110001110010001001001001111011110 | 3f8e4493de |
EUC-JP | ?札奈 | 0011111110111011101001011100011011100000 | 3fbba5c6e0 |
UTF-8 | 쾅札奈 | 111011001011111010000101111001101001110010101101111001011010010110001000 | ecbe85e69cade5a588 |
UHC | 쾅札奈 | 110001001110011111110011110011101101001010101111 | c4e7f3ced2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)