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 | ?進? | 00111111100100000110100100111111 | 3f90693f |
EUC-JP | ?進? | 00111111101111111100101000111111 | 3fbfca3f |
UTF-8 | 안進렦 | 111011001001010110001000111010011000000010110010111010111010000010100110 | ec9588e980b2eba0a6 |
UHC | 안進렦 | 101111101100100011110010111001001000111010110101 | bec8f2e48eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)