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 | ???M | 00111111001111110011111101001101 | 3f3f3f4d |
SJIS-WIN | ?逝?M | 0011111110010000110000000011111101001101 | 3f90c03f4d |
EUC-JP | ?逝?M | 0011111111000000110000100011111101001101 | 3fc0c23f4d |
UTF-8 | 샬逝셰M | 11101100100000111010110011101001100000001001110111101100100001011011000001001101 | ec83ace9809dec85b04d |
UHC | 샬逝셰M | 10111100101000111110000010100110101111001100111001001101 | bca3e0a6bcce4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)