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 | ???y\ | 0011111100111111001111110111100101011100 | 3f3f3f795c |
SJIS-WIN | 室??y\ | 100011101011101000111111001111110111100101011100 | 8eba3f3f795c |
EUC-JP | 室??y\ | 101111001011110000111111001111110111100101011100 | bcbc3f3f795c |
UTF-8 | 室깗뢇y\ | 1110010110101110101001001110101010111001100101111110101110100010100001110111100101011100 | e5aea4eab997eba287795c |
UHC | 室깗뢇y\ | 1110001111111000100000111000111110001111010000110111100101011100 | e3f8838f8f43795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)