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 | 畏ч┫雅 | 1000100011011000100001001000100110000100101100101000100111101011 | 88d8848984b289eb |
EUC-JP | 畏ч┫雅 | 1011000011011010101001111110100110101000101101001011001011101101 | b0daa7e9a8b4b2ed |
UTF-8 | 畏ч┫雅 | 1110011110010101100011111101000110000111111000101001010010101011111010011001101110000101 | e7958fd187e294abe99b85 |
UHC | 畏ч┫雅 | 1110100011100110101011001110100110100110101101001110010010111010 | e8e6ace9a6b4e4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)