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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 際?遇? | 100011011101101100111111100010111111011000111111 | 8ddb3f8bf63f |
EUC-JP | 際?遇? | 101110101101110100111111101101101111100000111111 | badd3fb6f83f |
UTF-8 | 際렧遇렠 | 111010011001101010011011111010111010000010100111111010011000000110000111111010111010000010100000 | e99a9beba0a7e98187eba0a0 |
UHC | 際렧遇렠 | 1111000010110111100011101011011011101001111001111000111010110001 | f0b78eb6e9e78eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)