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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 撓?┫節 | 10011101100110100011111110000100101100101001000011011111 | 9d9a3f84b290df |
EUC-JP | 撓?┫節 | 11011001111110100011111110101000101101001100000011100001 | d9fa3fa8b4c0e1 |
UTF-8 | 撓쒒┫節 | 111001101001001010010011111011001001001010010010111000101001010010101011111001111010111110000000 | e69293ec9292e294abe7af80 |
UHC | 撓쒒┫節 | 1110100011110101100111001110100110100110101101001110111110111101 | e8f59ce9a6b4efbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)