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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ??^ | 001111110011111101011110 | 3f3f5e |
EUC-JP | ?洧^ | 0011111110001111110001111011010001011110 | 3f8fc7b45e |
UTF-8 | 뤗洧^ | 11101011101001001001011111100110101101001010011101011110 | eba497e6b4a75e |
UHC | 뤗洧^ | 1000111111000111111010101111101101011110 | 8fc7eafb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)