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 | ?待纜 | 0011111110010001110100101110001110011100 | 3f91d2e39c |
EUC-JP | ?待纜 | 0011111111000010110101001110010111111100 | 3fc2d4e5fc |
UTF-8 | 재待纜 | 111011001001111010101100111001011011111010000101111001111011101010011100 | ec9eace5be85e7ba9c |
UHC | 재待纜 | 110000001110011111010011111000101101010110111111 | c0e7d3e2d5bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)