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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | ???楯?F | 00111111001111110011111110001111011111000011111101000110 | 3f3f3f8f7c3f46 |
EUC-JP | ???楯?F | 00111111001111110011111110111101110111010011111101000110 | 3f3f3fbddd3f46 |
UTF-8 | 롇롗롒楯렳F | 11101011101000011000011111101011101000011001011111101011101000011001001011100110101001011010111111101011101000001011001101000110 | eba187eba197eba192e6a5afeba0b346 |
UHC | 롇롗롒楯렳F | 1000111011001101100011101101101110001110110101111110001011100100100011101100000001000110 | 8ecd8edb8ed7e2e48ec046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)