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 | ??∀??∀^ | 001111110011111110000001110011010011111100111111100000011100110101011110 | 3f3f81cd3f3f81cd5e |
EUC-JP | ??∀??∀^ | 001111110011111110100010110011110011111100111111101000101100111101011110 | 3f3fa2cf3f3fa2cf5e |
UTF-8 | 緣양∀緣양∀^ | 11100111101101111010001111101100100101101001000111100010100010001000000011100111101101111010001111101100100101101001000111100010100010001000000001011110 | e7b7a3ec9691e28880e7b7a3ec9691e288805e |
UHC | 緣양∀緣양∀^ | 11100110110111101011111011100111101000101010001111100110110111101011111011100111101000101010001101011110 | e6debee7a2a3e6debee7a2a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)