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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??削^ | 0011111100111111100011011110110101011110 | 3f3f8ded5e |
EUC-JP | ??削^ | 0011111100111111101110101110111101011110 | 3f3fbaef5e |
UTF-8 | 얘뤖削^ | 11101100100101101001100011101011101001001001011011100101100010011000101001011110 | ec9698eba496e5898a5e |
UHC | 얘뤖削^ | 10111110111010101000111111000110110111101111101101011110 | beea8fc6defb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)