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 | 癒??? | 1001011011111100001111110011111100111111 | 96fc3f3f3f |
EUC-JP | 癒??庾 | 11001100111111100011111100111111100011111011110011001110 | ccfe3f3f8fbcce |
UTF-8 | 癒뤿뮓庾 | 111001111001100110010010111010111010010010111111111010111010111010010011111001011011101010111110 | e79992eba4bfebae93e5babe |
UHC | 癒뤿뮓庾 | 1110101110101000100011111110101110010010100111111110101011101100 | eba88feb929feaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)