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 | ?曰?曰^ | 00111111100111100100100000111111100111100100100001011110 | 3f9e483f9e485e |
EUC-JP | ?曰?曰^ | 00111111110110111010100100111111110110111010100101011110 | 3fdba93fdba95e |
UTF-8 | 쐳曰쐳曰^ | 11101100100100001011001111100110100110111011000011101100100100001011001111100110100110111011000001011110 | ec90b3e69bb0ec90b3e69bb05e |
UHC | 쐳曰쐳曰^ | 100111001001011011101000110110001001110010010110111010001101100001011110 | 9c96e8d89c96e8d85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)