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 | û¥ûÓ | 11111011101001011111101111010011 | fba5fbd3 |
SJIS-WIN | ?¥?? | 0011111110000001100011110011111100111111 | 3f818f3f3f |
EUC-JP | û?ûÓ | 10001111101010111110010100111111100011111010101111100101100011111010101011010001 | 8fabe53f8fabe58faad1 |
UTF-8 | û¥ûÓ | 1100001110111011110000101010010111000011101110111100001110010011 | c3bbc2a5c3bbc393 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)