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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 霤祥 | 11101000110000111000111111001011 | e8c38fcb |
EUC-JP | 霤祥 | 11110000110001011011111011001101 | f0c5becd |
UTF-8 | 霤祥 | 111010011001110010100100111001111010010110100101 | e99ca4e7a5a5 |
UHC | ?祥 | 001111111101111111010100 | 3fdfd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)