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 | òºÒñ¾ | 111100101011101011010010111100011000111010111110 | f2bad2f18ebe |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | òºÒñ?? | 1000111110101011110100101000111110100010111010111000111110101010110100101000111110101011110100000011111100111111 | 8fabd28fa2eb8faad28fabd03f3f |
UTF-8 | òºÒñ¾ | 110000111011001011000010101110101100001110010010110000111011000111000010100011101100001010111110 | c3b2c2bac392c3b1c28ec2be |
UHC | ?º???¾ | 0011111110101000101011000011111100111111001111111010100011111010 | 3fa8ac3f3f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)