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 | ì½²z | 1110110010111101100011101011001001111010 | ecbd8eb27a |
SJIS-WIN | ????z | 0011111100111111001111110011111101111010 | 3f3f3f3f7a |
EUC-JP | ì???z | 10001111101010111100000000111111001111110011111101111010 | 8fabc03f3f3f7a |
UTF-8 | ì½²z | 110000111010110011000010101111011100001010001110110000101011001001111010 | c3acc2bdc28ec2b27a |
UHC | ?½?²z | 00111111101010001111011000111111101010011111011101111010 | 3fa8f63fa9f77a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)