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 | û¥û | 111110111010010111111011 | fba5fb |
SJIS-WIN | ?¥? | 00111111100000011000111100111111 | 3f818f3f |
EUC-JP | û?û | 10001111101010111110010100111111100011111010101111100101 | 8fabe53f8fabe5 |
UTF-8 | û¥û | 110000111011101111000010101001011100001110111011 | c3bbc2a5c3bb |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)