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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | ???策F | 001111110011111100111111100011011111010001000110 | 3f3f3f8df446 |
EUC-JP | ???策F | 001111110011111100111111101110101111011001000110 | 3f3f3fbaf646 |
UTF-8 | 롉렿뤋策F | 11101011101000011000100111101011101000001011111111101011101001001000101111100111101011011001011001000110 | eba189eba0bfeba48be7ad9646 |
UHC | 롉렿뤋策F | 100011101100111110001110110001111000111110111011111100111111111001000110 | 8ecf8ec78fbbf3fe46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)