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 | ?????h\ | 00111111001111110011111100111111001111110110100001011100 | 3f3f3f3f3f685c |
SJIS-WIN | ツ偲督篠ケh\ | 11000010100011101100001110010011110000101000111011000010101110010110100001011100 | c28ec393c28ec2b9685c |
EUC-JP | ツ偲督篠ケh\ | 100011101100001010111100110001011100011011000100101111001100010010001110101110010110100001011100 | 8ec2bcc5c6c4bcc48eb9685c |
UTF-8 | ツ偲督篠ケh\ | 1110111110111110100000101110010110000001101100101110011110011101101000111110011110101111101000001110111110111101101110010110100001011100 | efbe82e581b2e79da3e7afa0efbdb9685c |
UHC | ??督篠?h\ | 001111110011111111010100101111011110000111000110001111110110100001011100 | 3f3fd4bde1c63f685c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)