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 | ?弩淹 | 0011111110011100010101111001111110111001 | 3f9c579fb9 |
EUC-JP | ?弩淹 | 0011111111010111101110001101111010111011 | 3fd7b8debb |
UTF-8 | 뤚弩淹 | 111010111010010010011010111001011011110010101001111001101011011110111001 | eba49ae5bca9e6b7b9 |
UHC | 뤚弩淹 | 100011111100100111010010110000001110010111110100 | 8fc9d2c0e5f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)