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 | ツ唯ツ康 | 110000101001011101000010110000101000110101001110 | c29742c28d4e |
EUC-JP | ツ唯ツ康 | 1000111011000010110011011010001110001110110000101011100110101111 | 8ec2cda38ec2b9af |
UTF-8 | ツ唯ツ康 | 111011111011111010000010111001011001010010101111111011111011111010000010111001011011101010110111 | efbe82e594afefbe82e5bab7 |
UHC | ?唯?康 | 001111111110101011100110001111111100101110101100 | 3feae63fcbac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)