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 | ?俄?俄^ | 00111111100010011110001000111111100010011110001001011110 | 3f89e23f89e25e |
EUC-JP | ?俄?俄^ | 00111111101100101110010000111111101100101110010001011110 | 3fb2e43fb2e45e |
UTF-8 | 틔俄틔俄^ | 11101101100010111001010011100100101111111000010011101101100010111001010011100100101111111000010001011110 | ed8b94e4bf84ed8b94e4bf845e |
UHC | 틔俄틔俄^ | 110001101011011111100100101011011100011010110111111001001010110101011110 | c6b7e4adc6b7e4ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)