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 | 搖?┫雅 | 10011101100010100011111110000100101100101000100111101011 | 9d8a3f84b289eb |
EUC-JP | 搖?┫雅 | 11011001111010100011111110101000101101001011001011101101 | d9ea3fa8b4b2ed |
UTF-8 | 搖삯┫雅 | 111001101001000010010110111011001000001010101111111000101001010010101011111010011001101110000101 | e69096ec82afe294abe99b85 |
UHC | 搖삯┫雅 | 1110100011110100101110111110100110100110101101001110010010111010 | e8f4bbe9a6b4e4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)