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 | ñö¼ú¦Òç | 1111000111110110100011101011110011111010101001101101001011100111 | f1f68ebcfaa6d2e7 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ñö??ú¦Òç | 1000111110101011110100001000111110101011110100110011111100111111100011111010101111100010100011111010001011000011100011111010101011010010100011111010101110101110 | 8fabd08fabd33f3f8fabe28fa2c38faad28fabae |
UTF-8 | ñö¼ú¦Òç | 11000011101100011100001110110110110000101000111011000010101111001100001110111010110000101010011011000011100100101100001110100111 | c3b1c3b6c28ec2bcc3bac2a6c392c3a7 |
UHC | ???¼???? | 001111110011111100111111101010001111100100111111001111110011111100111111 | 3f3f3fa8f93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)