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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?晙??^ | 001111111111101011010111001111110011111101011110 | 3ffad73f3f5e |
EUC-JP | ?晙?寯^ | 001111111000111111000010101110100011111110001111101110101110010101011110 | 3f8fc2ba3f8fbae55e |
UTF-8 | 뤵晙뤵寯^ | 11101011101001001011010111100110100110011001100111101011101001001011010111100101101011111010111101011110 | eba4b5e69999eba4b5e5afaf5e |
UHC | 뤵晙뤵寯^ | 100011111110001111110001110110111000111111100011111100011101100101011110 | 8fe3f1db8fe3f1d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)