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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 疫[疫[^ | 1111100111000001100010010111010101011011111110011100000110001001011101010101101101011110 | f9c189755bf9c189755b5e |
EUC-JP | ?疫[?疫[^ | 001111111011000111010110010110110011111110110001110101100101101101011110 | 3fb1d65b3fb1d65b5e |
UTF-8 | 疫[疫[^ | 111011101001110010011100111001111001011010101011010110111110111010011100100111001110011110010110101010110101101101011110 | ee9c9ce796ab5bee9c9ce796ab5b5e |
UHC | ?疫[?疫[^ | 001111111110011010111001010110110011111111100110101110010101101101011110 | 3fe6b95b3fe6b95b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)