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 | 属誰嘆賊 | 1001000110101110100100100100111010010010010100011001000110101111 | 91ae924e925191af |
EUC-JP | 属誰嘆賊 | 1100001010110000110000111010111111000011101100101100001010110001 | c2b0c3afc3b2c2b1 |
UTF-8 | 属誰嘆賊 | 111001011011000110011110111010001010101010110000111001011001100010000110111010001011001110001010 | e5b19ee8aab0e59886e8b38a |
UHC | ?誰嘆賊 | 00111111111000101100000111110111101000111110111011100100 | 3fe2c1f7a3eee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)