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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
UTF-8 | 둤쐄둤쐄^ | 11101011100100011010010011101100100100001000010011101011100100011010010011101100100100001000010001011110 | eb91a4ec9084eb91a4ec90845e |
UHC | 둤쐄둤쐄^ | 100010100101100110011100011001101000101001011001100111000110011001011110 | 8a599c668a599c665e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)