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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 裵ツ螯ァ赦 | 1111101110100010110000101110010110100110101001111000111011001101 | fba2c2e5a6a78ecd |
EUC-JP | 裵ツ螯ァ赦 | 1000111111011100110100111000111011000010111010101010100010001110101001111011110011001111 | 8fdcd38ec2eaa88ea7bccf |
UTF-8 | 裵ツ螯ァ赦 | 111010001010001110110101111011111011111010000010111010001001111010101111111011111011110110100111111010001011010110100110 | e8a3b5efbe82e89eafefbda7e8b5a6 |
UHC | 裵???赦 | 11011011110100010011111100111111001111111101111011110101 | dbd13f3f3fdef5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)