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 | ?g?}?g?{^ | 001111110110011100111111011111010011111101100111001111110111101101011110 | 3f673f7d3f673f7b5e |
SJIS-WIN | ?g?}?g?{^ | 001111110110011100111111011111010011111101100111001111110111101101011110 | 3f673f7d3f673f7b5e |
EUC-JP | ?g?}?g?{^ | 001111110110011100111111011111010011111101100111001111110111101101011110 | 3f673f7d3f673f7b5e |
UTF-8 | 묪g뫔}묪g뫔{^ | 1110101110101100101010100110011111101011101010111001010001111101111010111010110010101010011001111110101110101011100101000111101101011110 | ebacaa67ebab947debacaa67ebab947b5e |
UHC | 묪g뫔}묪g뫔{^ | 10010010010000100110011110010001101101100111110110010010010000100110011110010001101101100111101101011110 | 92426791b67d92426791b67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)