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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?弩審? | 001111111001110001010111100100000101001000111111 | 3f9c5790523f |
EUC-JP | ?弩審棅 | 0011111111010111101110001011111110110011100011111100001111111011 | 3fd7b8bfb38fc3fb |
UTF-8 | 뤚弩審棅 | 111010111010010010011010111001011011110010101001111001011010111110101001111001101010001110000101 | eba49ae5bca9e5afa9e6a385 |
UHC | 뤚弩審棅 | 1000111111001001110100101100000011100011111110111101110010111000 | 8fc9d2c0e3fbdcb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)