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 | ?F?\?J?Y | 0011111101000110001111110101110000111111010010100011111101011001 | 3f463f5c3f4a3f59 |
SJIS-WIN | ?F?\?J?Y | 0011111101000110001111110101110000111111010010100011111101011001 | 3f463f5c3f4a3f59 |
EUC-JP | ?F?\?J?Y | 0011111101000110001111110101110000111111010010100011111101011001 | 3f463f5c3f4a3f59 |
UTF-8 | 혪F혪\혪J혪Y | 11101101100110001010101001000110111011011001100010101010010111001110110110011000101010100100101011101101100110001010101001011001 | ed98aa46ed98aa5ced98aa4aed98aa59 |
UHC | 혪F혪\혪J혪Y | 110000101001001001000110110000101001001001011100110000101001001001001010110000101001001001011001 | c29246c2925cc2924ac29259 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)