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 | è±Dè±DB | 111010001000010010110001010001001110100010000100101100010100010001000010 | e884b144e884b14442 |
SJIS-WIN | ??±D??±DB | 0011111100111111100000010111110101000100001111110011111110000001011111010100010001000010 | 3f3f817d443f3f817d4442 |
EUC-JP | è?±Dè?±DB | 100011111010101110110010001111111010000111011110010001001000111110101011101100100011111110100001110111100100010001000010 | 8fabb23fa1de448fabb23fa1de4442 |
UTF-8 | è±Dè±DB | 110000111010100011000010100001001100001010110001010001001100001110101000110000101000010011000010101100010100010001000010 | c3a8c284c2b144c3a8c284c2b14442 |
UHC | ??±D??±DB | 0011111100111111101000011011111001000100001111110011111110100001101111100100010001000010 | 3f3fa1be443f3fa1be4442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)