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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?i??g?^ | 001111111000001010001001001111110011111110000010100001110011111101011110 | 3f82893f3f82873f5e |
EUC-JP | ?i??g?^ | 001111111010001111101001001111110011111110100011111001110011111101011110 | 3fa3e93f3fa3e73f5e |
UTF-8 | 緣i춣緣g쇋^ | 11100111101101111010001111101111101111011000100111101100101101101010001111100111101101111010001111101111101111011000011111101100100001111000101101011110 | e7b7a3efbd89ecb6a3e7b7a3efbd87ec878b5e |
UHC | 緣i춣緣g쇋^ | 11100110110111101010001111101001101011011000010011100110110111101010001111100111100110011011110101011110 | e6dea3e9ad84e6dea3e799bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)