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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 狆瑾璞猜琺 | 11100000101111001110000011110101111000001111011111100000110010001110000011101001 | e0bce0f5e0f7e0c8e0e9 |
EUC-JP | 狆瑾璞猜琺 | 11100000101111101110000011110111111000001111100111100000110010101110000011101011 | e0bee0f7e0f9e0cae0eb |
UTF-8 | 狆瑾璞猜琺 | 111001111000101110000110111001111001000110111110111001111001001010011110111001111000110010011100111001111001000010111010 | e78b86e791bee7929ee78c9ce790ba |
UHC | ?瑾璞猜琺 | 001111111101000011001000110110101101011111100011110001001101101111110111 | 3fd0c8dad7e3c4dbf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)