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 | 膊拮膊絲 | 1110010001001101100111010110100011100100010011011110001101001110 | e44d9d68e44de34e |
EUC-JP | 膊拮膊絲 | 1110011110101110110110011100100111100111101011101110010110101111 | e7aed9c9e7aee5af |
UTF-8 | 膊拮膊絲 | 111010001000011010001010111001101000101110101110111010001000011010001010111001111011010110110010 | e8868ae68baee8868ae7b5b2 |
UHC | 膊拮膊絲 | 1101101011011011110100011100111111011010110110111101111011101010 | dadbd1cfdadbdeea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)