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 | 邵貞恫霑ク邵 | 1110011110111000100100101110010110011100100110001110100010111111101110001110011110111000 | e7b892e59c98e8bfb8e7b8 |
EUC-JP | 邵貞恫霑ク邵 | 111011101011101011000100111001111101011111111000111100001100000110001110101110001110111010111010 | eebac4e7d7f8f0c18eb8eeba |
UTF-8 | 邵貞恫霑ク邵 | 111010011000001010110101111010001011001010011110111001101000000110101011111010011001110010010001111011111011110110111000111010011000001010110101 | e982b5e8b29ee681abe99c91efbdb8e982b5 |
UHC | 邵貞?霑?邵 | 11100001110100001110111111110110001111111110111111000101001111111110000111010000 | e1d0eff63fefc53fe1d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)