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 | 疑ч? | 1000101101011110100001001000100100111111 | 8b5e84893f |
EUC-JP | 疑ч? | 1011010110111111101001111110100100111111 | b5bfa7e93f |
UTF-8 | 疑ч뇫 | 1110011110010110100100011101000110000111111010111000011110101011 | e79691d187eb87ab |
UHC | 疑ч뇫 | 111010111111011110101100111010011000011110010001 | ebf7ace98791 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)