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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 俉??俉??^ | 111110100110000100111111001111111111101001100001001111110011111101011110 | fa613f3ffa613f3f5e |
EUC-JP | 俉??俉??^ | 1000111110110001101110110011111100111111100011111011000110111011001111110011111101011110 | 8fb1bb3f3f8fb1bb3f3f5e |
UTF-8 | 俉뤿쵏俉뤿쵏^ | 11100100101111111000100111101011101001001011111111101100101101011000111111100100101111111000100111101011101001001011111111101100101101011000111101011110 | e4bf89eba4bfecb58fe4bf89eba4bfecb58f5e |
UHC | 俉뤿쵏俉뤿쵏^ | 11100111111010111000111111101011101011001001000111100111111010111000111111101011101011001001000101011110 | e7eb8febac91e7eb8febac915e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)