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 | ì¼½î® | 111011001011110010001110101111011110111010101110 | ecbc8ebdeeae |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ì???î® | 100011111010101111000000001111110011111100111111100011111010101111000010100011111010001011101110 | 8fabc03f3f3f8fabc28fa2ee |
UTF-8 | ì¼½î® | 110000111010110011000010101111001100001010001110110000101011110111000011101011101100001010101110 | c3acc2bcc28ec2bdc3aec2ae |
UHC | ?¼?½?® | 001111111010100011111001001111111010100011110110001111111010001011100111 | 3fa8f93fa8f63fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)