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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?逗] | 00111111100100001000000001011101 | 3f90805d |
EUC-JP | ?逗] | 00111111101111111110000001011101 | 3fbfe05d |
UTF-8 | 저逗] | 11101100101000001000000011101001100000001001011101011101 | eca080e980975d |
UHC | 저逗] | 1100000011111010110101001110100001011101 | c0fad4e85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)