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 | 艇?牽^ | 100100101111100000111111100011001010000101011110 | 92f83f8ca15e |
EUC-JP | 艇?牽^ | 110001001111101000111111101110001010001101011110 | c4fa3fb8a35e |
UTF-8 | 艇문牽^ | 11101000100010011000011111101011101011001011100011100111100010011011110101011110 | e88987ebacb8e789bd5e |
UHC | 艇문牽^ | 11101111111100111011100110101110110011001011001001011110 | eff3b9aeccb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)