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 | ½×² | 101111011101011111101110101110001010010010110010 | bdd7eeb8a4b2 |
SJIS-WIN | ?×???? | 00111111100000010111111000111111001111110011111100111111 | 3f817e3f3f3f3f |
EUC-JP | ?×? | 00111111101000011101111110001111101010111100001010001111101000101011000110001111101000101111000000111111 | 3fa1df8fabc28fa2b18fa2f03f |
UTF-8 | ½×² | 110000101011110111000011100101111100001110101110110000101011100011000010101001001100001010110010 | c2bdc397c3aec2b8c2a4c2b2 |
UHC | ½×?¸¤² | 1010100011110110101000011011111100111111101000101010110010100010101101001010100111110111 | a8f6a1bf3fa2aca2b4a9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)