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 | 癒??維 | 100101101111110000111111001111111000100011011011 | 96fc3f3f88db |
EUC-JP | 癒??維 | 110011001111111000111111001111111011000011011101 | ccfe3f3fb0dd |
UTF-8 | 癒먯렡維 | 111001111001100110010010111010111010100010101111111010111010000010100001111001111011011010101101 | e79992eba8afeba0a1e7b6ad |
UHC | 癒먯렡維 | 1110101110101000100100001110110010001110101100101110101110101011 | eba890ec8eb2ebab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)