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 | ð¯½è» | 111100001010111110001110101111011110100010111011 | f0af8ebde8bb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ð¯??è? | 100011111010100111000011100011111010001010110100001111110011111110001111101010111011001000111111 | 8fa9c38fa2b43f3f8fabb23f |
UTF-8 | ð¯½è» | 110000111011000011000010101011111100001010001110110000101011110111000011101010001100001010111011 | c3b0c2afc28ec2bdc3a8c2bb |
UHC | ð??½?? | 1010100110100011001111110011111110101000111101100011111100111111 | a9a33f3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)