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 | 俄?? | 10001001111000100011111100111111 | 89e23f3f |
EUC-JP | 俄?˛ | 101100101110010000111111100011111010001010110101 | b2e43f8fa2b5 |
UTF-8 | 俄녔˛ | 1110010010111111100001001110101110000101100101001100101110011011 | e4bf84eb8594cb9b |
UHC | 俄녔˛ | 111001001010110110110011111001101010001010101101 | e4adb3e6a2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)