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 | ?游] | 00111111100111111110000001011101 | 3f9fe05d |
EUC-JP | ?游] | 00111111110111101110001001011101 | 3fdee25d |
UTF-8 | 씁游] | 11101100100101001000000111100110101110001011100001011101 | ec9481e6b8b85d |
UHC | 씁游] | 1011111010111001111010101111110101011101 | beb9eafd5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)