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 | 爰??爰??^ | 111000001010011100111111001111111110000010100111001111110011111101011110 | e0a73f3fe0a73f3f5e |
EUC-JP | 爰??爰??^ | 111000001010100100111111001111111110000010101001001111110011111101011110 | e0a93f3fe0a93f3f5e |
UTF-8 | 爰뚮뵓爰뚮벝^ | 11100111100010001011000011101011100110101010111011101011101101011001001111100111100010001011000011101011100110101010111011101011101100101001110101011110 | e788b0eb9aaeebb593e788b0eb9aaeebb29d5e |
UHC | 爰뚮뵓爰뚮벝^ | 11101010101110101000110011101011100101001001010111101010101110101000110011101011100100111011100001011110 | eaba8ceb9495eaba8ceb93b85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)