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 | ?Fa?BoB | 00111111010001100110000100111111010000100110111101000010 | 3f46613f426f42 |
SJIS-WIN | ?Fa?BoB | 00111111010001100110000100111111010000100110111101000010 | 3f46613f426f42 |
EUC-JP | ?Fa?BoB | 00111111010001100110000100111111010000100110111101000010 | 3f46613f426f42 |
UTF-8 | 혪Fa혪BoB | 1110110110011000101010100100011001100001111011011001100010101010010000100110111101000010 | ed98aa4661ed98aa426f42 |
UHC | 혪Fa혪BoB | 110000101001001001000110011000011100001010010010010000100110111101000010 | c2924661c292426f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)