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 | 琥?燼 | 1110000011100110001111111110000010011110 | e0e63fe09e |
EUC-JP | 琥?燼 | 1110000011101000001111111101111111111110 | e0e83fdffe |
UTF-8 | 琥렋燼 | 111001111001000010100101111010111010000010001011111001111000011110111100 | e790a5eba08be787bc |
UHC | 琥렋燼 | 111110111101000010001110101000101110001111101000 | fbd08ea2e3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)