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 | ??????v | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
SJIS-WIN | 鸚??疫??v | 111010100101111100111111001111111000100101110101001111110011111101110110 | ea5f3f3f89753f3f76 |
EUC-JP | 鸚??疫??v | 111100111100000000111111001111111011000111010110001111110011111101110110 | f3c03f3fb1d63f3f76 |
UTF-8 | 鸚긷쳣疫욜뮵v | 11101001101110001001101011101010101110001011011111101100101100111010001111100111100101101010101111101100100110101001110011101011101011101011010101110110 | e9b89aeab8b7ecb3a3e796abec9a9cebaeb576 |
UHC | 鸚긷쳣疫욜뮵v | 11100101101001001011000111100101101010111000100111100110101110011011111111100111100100101011110101110110 | e5a4b1e5ab89e6b9bfe792bd76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)