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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 瑤鴫}瑤鴫{^ | 1110101010100010100011101011000001111101111010101010001010001110101100000111101101011110 | eaa28eb07deaa28eb07b5e |
EUC-JP | 瑤鴫}瑤鴫{^ | 1111010010100100101111001011001001111101111101001010010010111100101100100111101101011110 | f4a4bcb27df4a4bcb27b5e |
UTF-8 | 瑤鴫}瑤鴫{^ | 111001111001000110100100111010011011010010101011011111011110011110010001101001001110100110110100101010110111101101011110 | e791a4e9b4ab7de791a4e9b4ab7b5e |
UHC | 瑤?}瑤?{^ | 111010001111110100111111011111011110100011111101001111110111101101011110 | e8fd3f7de8fd3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)