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 | ÷¿£ïÖ | 1111011110111111101000111110111111010110 | f7bfa3efd6 |
SJIS-WIN | ÷?£?? | 10000001100000000011111110000001100100100011111100111111 | 81803f81923f3f |
EUC-JP | ÷¿£ïÖ | 10100001111000001000111110100010110001001010000111110010100011111010101111000001100011111010101011010011 | a1e08fa2c4a1f28fabc18faad3 |
UTF-8 | ÷¿£ïÖ | 11000011101101111100001010111111110000101010001111000011101011111100001110010110 | c3b7c2bfc2a3c3afc396 |
UHC | ÷¿??? | 10100001110000001010001010101111001111110011111100111111 | a1c0a2af3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)