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 | ?田裝 | 0011111110010011011000111110010111100100 | 3f9363e5e4 |
EUC-JP | ?田裝 | 0011111111000101110001001110101011100110 | 3fc5c4eae6 |
UTF-8 | 뤺田裝 | 111010111010010010111010111001111001010010110000111010001010001110011101 | eba4bae794b0e8a39d |
UHC | 뤺田裝 | 100011111110100011101111101000111110110111111011 | 8fe8efa3edfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)