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 | Ë׬ | 100011101100101110001110110101111000111010101100 | 8ecb8ed78eac |
SJIS-WIN | ???×?¬ | 0011111100111111001111111000000101111110001111111000000111001010 | 3f3f3f817e3f81ca |
EUC-JP | ?Ë?×?¬ | 00111111100011111010101010110011001111111010000111011111001111111010001011001100 | 3f8faab33fa1df3fa2cc |
UTF-8 | Ë׬ | 110000101000111011000011100010111100001010001110110000111001011111000010100011101100001010101100 | c28ec38bc28ec397c28ec2ac |
UHC | ???×?? | 00111111001111110011111110100001101111110011111100111111 | 3f3f3fa1bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)