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 | ú±¼ú© | 111110101011000110001110101111001111101010101001 | fab18ebcfaa9 |
SJIS-WIN | ?±???? | 00111111100000010111110100111111001111110011111100111111 | 3f817d3f3f3f3f |
EUC-JP | ú±??ú© | 10001111101010111110001010100001110111100011111100111111100011111010101111100010100011111010001011101101 | 8fabe2a1de3f3f8fabe28fa2ed |
UTF-8 | ú±¼ú© | 110000111011101011000010101100011100001010001110110000101011110011000011101110101100001010101001 | c3bac2b1c28ec2bcc3bac2a9 |
UHC | ?±?¼?? | 0011111110100001101111100011111110101000111110010011111100111111 | 3fa1be3fa8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)