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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???躍? | 001111110011111100111111100101101111010000111111 | 3f3f3f96f43f |
EUC-JP | ???躍? | 001111110011111100111111110011001111011000111111 | 3f3f3fccf63f |
UTF-8 | 閱닺펺躍뗩 | 111010011001011010110001111010111000101110111010111011011000111010111010111010001011101010001101111010111001011110101001 | e996b1eb8bbaed8ebae8ba8deb97a9 |
UHC | 閱닺펺躍뗩 | 11100110111100111011010011101000101111001000101011100101101110001000101111101001 | e6f3b4e8bc8ae5b88be9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)