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 | û±íÚ | 11111011101100011110110111011010 | fbb1edda |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | û±íÚ | 1000111110101011111001011010000111011110100011111010101110111111100011111010101011100010 | 8fabe5a1de8fabbf8faae2 |
UTF-8 | û±íÚ | 1100001110111011110000101011000111000011101011011100001110011010 | c3bbc2b1c3adc39a |
UHC | ?±?? | 0011111110100001101111100011111100111111 | 3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)