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 | 110000001100111110001111101101011110000001000110 | c0cf8fb5e046 |
SJIS-WIN | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
EUC-JP | ÀÏ??àF | 100011111010101010100010100011111010101011000001001111110011111110001111101010111010001001000110 | 8faaa28faac13f3f8faba246 |
UTF-8 | ÀϵàF | 1100001110000000110000111000111111000010100011111100001010110101110000111010000001000110 | c380c38fc28fc2b5c3a046 |
UHC | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)