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 | ???W] | 0011111100111111001111110101011101011101 | 3f3f3f575d |
SJIS-WIN | 室??W] | 100011101011101000111111001111110101011101011101 | 8eba3f3f575d |
EUC-JP | 室??W] | 101111001011110000111111001111110101011101011101 | bcbc3f3f575d |
UTF-8 | 室깗뢇W] | 1110010110101110101001001110101010111001100101111110101110100010100001110101011101011101 | e5aea4eab997eba287575d |
UHC | 室깗뢇W] | 1110001111111000100000111000111110001111010000110101011101011101 | e3f8838f8f43575d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)