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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邵母キ晨狛蜆 | 1110011110111000100101011110101010110111100111011110110110001101100111011110010110000100 | e7b895eab79ded8d9de584 |
EUC-JP | 邵母キ晨狛蜆 | 111011101011101011001010111011001000111010110111110110101110111110111001111111011110100111100100 | eebacaec8eb7daefb9fde9e4 |
UTF-8 | 邵母キ晨狛蜆 | 111010011000001010110101111001101010111110001101111011111011110110110111111001101001100110101000111001111000101110011011111010001001110010000110 | e982b5e6af8defbdb7e699a8e78b9be89c86 |
UHC | 邵母?晨?? | 111000011101000011011001101111010011111111100011111001110011111100111111 | e1d0d9bd3fe3e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)